From 893e57ac9f6f1c7685852c572bb95b7927d09b92 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Tue, 12 Sep 2023 18:26:26 +0100 Subject: [PATCH 1/2] Add "blockquote" to alerts description to improve SEO (#28140) Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com> --- .../basic-writing-and-formatting-syntax.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 3472ad3b60..549f0f0712 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 @@ -345,15 +345,15 @@ Footnotes are not supported in wikis. {% note %} -**Note**: The syntax used during the beta testing period is now deprecated and will be removed. You can use the syntax as described in this section. +**Note**: The Markdown syntax used during the beta testing period is now deprecated and will be removed. You can use the syntax as described in this section. {% endnote %} -Alerts are an extension of Markdown used to emphasize critical information. On {% data variables.product.product_name %}, they are displayed with distinctive colors and icons to indicate the importance of the content. +Alerts are an extension of the blockquote syntax that you can use to emphasize critical information. On {% data variables.product.product_name %}, they are displayed with distinctive colors and icons to indicate the importance of the content. We recommend restricting the use of alerts to one or two per article to avoid overloading the reader. Consecutive notes should be avoided. -There are three types of alerts available. +Three types of alert are available. You can add an alert with a special blockquote line that specifies the alert type, and then add the alert information in a standard blockquote immediately after. ``` > [!NOTE] From 567416b0ea9a17756b94bdfbcde99fe48903b811 Mon Sep 17 00:00:00 2001 From: Alexander Pykavy Date: Tue, 12 Sep 2023 19:26:36 +0200 Subject: [PATCH 2/2] Specify the same port in the loopback OAuth redirect_url (#27986) Co-authored-by: Sarah Edwards Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com> --- .../oauth-apps/building-oauth-apps/authorizing-oauth-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md index 8d4e326f56..05fe5215b7 100644 --- a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md +++ b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md @@ -295,7 +295,7 @@ subdirectory of the callback URL. The optional `redirect_uri` parameter can also be used for loopback URLs. If the application specifies a loopback URL and a port, then after authorizing the application users will be redirected to the provided URL and port. The `redirect_uri` does not need to match the port specified in the callback URL for the app. -For the `http://127.0.0.1/path` callback URL, you can use this `redirect_uri`: +For the `http://127.0.0.1:1234/path` callback URL, you can use this `redirect_uri`: ```http http://127.0.0.1:1234/path