1
0
mirror of synced 2025-12-25 02:17:36 -05:00

YAGNI: Remove support for {% all %}

This commit is contained in:
Simran Spiller
2020-12-11 01:00:33 +01:00
parent b08584e5be
commit 3f8f75e116
4 changed files with 6 additions and 14 deletions

View File

@@ -38,10 +38,10 @@ For information on when to use callout tags, see the [style guide](content-style
To render syntax highlighting in command line instructions, we use triple backticks followed by the term `shell`.
### Usage
```shell
git init <em>YOUR_REPO</em>
### Usage
```shell
git init <em>YOUR_REPO</em>
```
This syntax highlighting renders light text on a dark background, and should be reserved for command line instructions.
@@ -93,13 +93,6 @@ These instructions are pertinent to Windows users.
{% endlinux %}
```
```
{% all %}
Though rare, these instructions are pertinent to any other operating system.
{% endall %}
```
## Reusable and variable strings of text