Skip to content

Commit

Permalink
Add row to Styling text - Underline (#35076)
Browse files Browse the repository at this point in the history
Co-authored-by: Rachael Rose Renk <[email protected]>
Co-authored-by: Alex Nguyen <[email protected]>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent 5b254c7 commit 43aeef8
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` | <ins>This text is underlined</ins> |

## Quoting text

Expand Down

0 comments on commit 43aeef8

Please sign in to comment.