Update style guide with info on how to link to two subheadings of an article (#38722)

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Ethan Palm 2023-06-29 02:11:35 -07:00 коммит произвёл GitHub
Родитель 503ce1a1fe
Коммит 23bd113a92
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -427,7 +427,10 @@ To link to a specific header in the same article, use this format:
> For more information, see "[HEADER TITLE](#HEADER-TITLE)."
To link to a specific header in a different article, use this format:
> For more information, see "[ARTICLE TITLE](path-to-article#HEADER-TITLE)."
> For more information, see "[AUOTOTITLE](path-to-article#HEADER-TITLE)."
To link to two or more specific headers in a different article, use this format:
> For more information, see "[HEADER 1](path-to-article#HEADER-1)" and "[HEADER 2](path-to-article#HEADER-2)" in "ARTICLE TITLE."
### Links to a specific tool