Question 113
### Which Markdown element is not correctly paired with its syntax?
> https://learn.microsoft.com/en-us/training/modules/communicate-using-markdown/2-what-is-markdown
1. [ ] Heading - `# Heading`
1. [ ] Bold text - `**bold**`
1. [x] Inline code - `'''code'''`
1. [ ] Hyperlink - `[title](https://)`