From 15065fc3a1bff6f0013654ee57eb83455f04d415 Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Fri, 25 Oct 2024 18:21:04 -0400 Subject: [PATCH 1/2] Add row to Styling text - Underline Add a row for in underlining text in the "Styling text" section. Using "ins" tags to underline text in markdown file. --- .../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..2874c641116e 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 is an underlined text | ## Quoting text From 62200ae5084b4cec464466e0cff768b9cbc5bfb6 Mon Sep 17 00:00:00 2001 From: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:54:27 -0600 Subject: [PATCH 2/2] Update content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md --- .../basic-writing-and-formatting-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2874c641116e..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,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*** | | 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 is an underlined text | +| Underline | ` ` | None | `This is an underlined text` | This text is underlined | ## Quoting text