From d24e50a6dc85c04a0b6258cd281967c9c048b88a Mon Sep 17 00:00:00 2001 From: Stephen Jerge Date: Wed, 6 Nov 2024 18:02:41 -0500 Subject: [PATCH 1/2] Updated Underline Syntax Example: Corrected the output example for the underline text style. --- .../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 183ee864e2e8..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,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 text is underlined | +| Underline | ` ` | None | `This is an underlined text` | This is an underlined text | ## Quoting text From 01c2dd12855ad0ddffb519637382e99fff20b9f4 Mon Sep 17 00:00:00 2001 From: WyrdScop Date: Thu, 7 Nov 2024 20:56:01 -0500 Subject: [PATCH 2/2] Updated underline example and moved row position as suggested --- .../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..8624d999a05f 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 @@ -38,9 +38,9 @@ You can indicate emphasis with bold, italic, strikethrough, subscript, or supers | Strikethrough | `~~ ~~` | None | `~~This was mistaken text~~` | ~~This was mistaken text~~ | | Bold and nested italic | `** **` and `_ _` | None | `**This text is _extremely_ important**` | **This text is _extremely_ important** | | All bold and italic | `*** ***` | None | `***All this text is important***` | ***All this text is important*** | +| Underline | ` ` | None | `This is an underlined text` | This is an underlined text | | 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