From 43aeef86fce812988b0455e1bb9467eac8fb0c1a Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Fri, 1 Nov 2024 12:50:16 -0400 Subject: [PATCH] Add row to Styling text - Underline (#35076) Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../basic-writing-and-formatting-syntax.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md b/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md index d41d458fa7d4..183ee864e2e8 100644 --- a/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md +++ b/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md @@ -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*** | | Subscript | ` ` | None | `This is a subscript text` | This is a subscript text | | Superscript | ` ` | None | `This is a superscript text` | This is a superscript text | +| Underline | ` ` | None | `This is an underlined text` | This text is underlined | ## Quoting text