зеркало из https://github.com/github/docs.git
Fix HTML entities showing on the style guide (#43330)
This commit is contained in:
Родитель
83530504f6
Коммит
cfc0737dfe
|
@ -92,11 +92,11 @@ Within code blocks:
|
|||
- **Avoid:** `git checkout -b <branch-name>`
|
||||
- Only use `$` before the command itself if you’re showing the command’s output in the same block.
|
||||
- If you show a command and the command's output, do not make the code block copyable.
|
||||
- If your code example includes `{` or `}` that should render, wrap that section in <code>{% raw %}</code> <code>{% endraw %}</code> to disable Liquid processing for that section.
|
||||
- If your code example includes `{` or `}` that should render, wrap that section in <code>{% raw %}</code> <code>{% endraw %}</code> to disable Liquid processing for that section.
|
||||
- **Use**:
|
||||
|
||||
<pre>
|
||||
GITHUB_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
|
||||
GITHUB_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
|
||||
</pre>
|
||||
|
||||
- **Avoid**:
|
||||
|
|
Загрузка…
Ссылка в новой задаче