From 2b2dd2596ce88ded5a32a3e0067cbabfb5181ecb Mon Sep 17 00:00:00 2001 From: ujjwal-shekhar <95298765+ujjwal-shekhar@users.noreply.github.com> Date: Wed, 12 Oct 2022 18:56:45 +0530 Subject: [PATCH 1/3] Addressed #21207 Updated the documentation to account for issue : https://github.com/github/docs/issues/21207 --- .../autolinked-references-and-urls.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md index 658fa51f1c..ee4d0d8450 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md @@ -53,6 +53,8 @@ The URL of a label can be found by navigating to the labels page and clicking on https://github.com/github/docs/labels/enhancement ``` +**Note** : If the URL contains labels with a period `.`, e.g. : `Github.Doc` or `Github.best`; the labels **don't** automatically render as shown above + ## Commit SHAs References to a commit's SHA hash are automatically converted into shortened links to the commit on {% data variables.product.product_name %}. From 9e957f267dde9d51403520a06e7764d15564b930 Mon Sep 17 00:00:00 2001 From: Sam Browning Date: Wed, 12 Oct 2022 13:45:05 -0400 Subject: [PATCH 2/3] Content style tweaks --- .../autolinked-references-and-urls.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md index ee4d0d8450..047a35fced 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md @@ -52,8 +52,11 @@ The URL of a label can be found by navigating to the labels page and clicking on ```md https://github.com/github/docs/labels/enhancement ``` +{% note %} -**Note** : If the URL contains labels with a period `.`, e.g. : `Github.Doc` or `Github.best`; the labels **don't** automatically render as shown above +**Note**: If the label name contains a period (`.`), the label will not automatically render from the label URL. + +{% endnote %} ## Commit SHAs From bfb04dd653c6d0a4ecd401b6510b9dc56a7ba7bd Mon Sep 17 00:00:00 2001 From: Sam Browning Date: Wed, 12 Oct 2022 13:55:38 -0400 Subject: [PATCH 3/3] Update bolded text --- .../autolinked-references-and-urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md index 047a35fced..7898abc4e9 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md @@ -54,7 +54,7 @@ https://github.com/github/docs/labels/enhancement ``` {% note %} -**Note**: If the label name contains a period (`.`), the label will not automatically render from the label URL. +**Note:** If the label name contains a period (`.`), the label will not automatically render from the label URL. {% endnote %}