Skip to content

Commit

Permalink
Updated Underline Syntax Example: Corrected the output example for th…
Browse files Browse the repository at this point in the history
…e underline text style.
  • Loading branch information
WyrdScop authored Nov 6, 2024
1 parent c4e32b8 commit d24e50a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can indicate emphasis with bold, italic, strikethrough, subscript, or supers
| All bold and italic | `*** ***` | None | `***All this text is important***` | ***All this text is important*** | <!-- markdownlint-disable-line emphasis-style -->
| Subscript | `<sub> </sub>` | None | `This is a <sub>subscript</sub> text` | This is a <sub>subscript</sub> text |
| Superscript | `<sup> </sup>` | None | `This is a <sup>superscript</sup> text` | This is a <sup>superscript</sup> text |
| Underline | `<ins> </ins>` | None | `This is an <ins>underlined</ins> text` | <ins>This text is underlined</ins> |
| Underline | `<ins> </ins>` | None | `This is an <ins>underlined</ins> text` | This is an <ins>underlined</ins> text |

## Quoting text

Expand Down

0 comments on commit d24e50a

Please sign in to comment.