1
0
mirror of synced 2026-01-19 18:02:45 -05:00

Merge pull request #42492 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-09-12 10:55:25 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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]