Skip to content

Commit

Permalink
docs(fix): correct a mistake in markdown guide (#394)
Browse files Browse the repository at this point in the history
Fix code mistake by making sure backticks are inserted at start and end of example text
  • Loading branch information
lulunac27a authored May 21, 2024
1 parent daaf281 commit 4eca719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/content/docs/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Hugo supports [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax for form
| Style | Syntax | Example | Output |
| -------- | -------- | ------ | ------ |
| Bold | `**bold text**` | `**bold text**` | **bold text** |
| Italic | `*italicized text*` | `*italicized text* | *italicized text* |
| Italic | `*italicized text*` | `*italicized text*` | *italicized text* |
| Strikethrough | `~~strikethrough text~~` | `~~strikethrough text~~` | ~~strikethrough text~~ |
| Subscript | `<sub></sub>` | `This is a <sub>subscript</sub> text` | This is a <sub>subscript</sub> text |
| Superscript | `<sup></sup>` | `This is a <sup>superscript</sup> text` | This is a <sup>superscript</sup> text |
Expand Down

0 comments on commit 4eca719

Please sign in to comment.