1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Fix link to code languages file in style guide (#38413)

This commit is contained in:
Jess Hosman
2023-06-26 12:15:33 -06:00
committed by GitHub
parent 6d7b7ce07a
commit 33f3c12eaf

View File

@@ -56,7 +56,7 @@ Style your CTAs using the following format.
Keep lines in code samples to about 60 characters, to avoid requiring readers to scroll horizontally in the code block. Locate explanatory text before the code block, rather than using comments inside the code block. See "[Code sample syntax highlighting](./content-markup-reference.md#code-sample-syntax-highlighting)" for more information on the syntax and formatting of code blocks.
Within code blocks:
- Specify the language of the sample after the first code fence. For a list of all supported languages, see [Code languages](/Users/ethanpalm/docs-internal/contributing/content-markup-reference.md).
- Specify the language of the sample after the first code fence. For a list of all supported languages, see [Code languages](../data/variables/code-languages.yml).
- Do not use markup before the command output.
- Only use `$` before the command itself if youre showing the commands output in the same block.
- If you show a command and the command's output, do not make the code block copyable.