Skip to content

Commit

Permalink
Add row to Styling text - Underline
Browse files Browse the repository at this point in the history
Add a row for in underlining text in the "Styling text" section. Using "ins" tags to underline text in markdown file.
  • Loading branch information
jhauga authored Oct 25, 2024
1 parent 485ba6a commit 15065fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +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` | This is an <ins>underlined</ins> text |

## Quoting text

Expand Down

0 comments on commit 15065fc

Please sign in to comment.