1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update content-markup-reference.md

This commit is contained in:
Martin Lopes
2022-03-04 13:01:00 +10:00
parent 17ac762d7a
commit d0f7d0fb60

View File

@@ -196,6 +196,22 @@ These instructions are pertinent to GraphQL API users.
{% endgraphql %} {% endgraphql %}
``` ```
```
{% powershell %}
These instructions are pertinent to `pwsh` and `powershell` commands.
{% endpowershell %}
```
```
{% bash %}
These instructions are pertinent to Bash shell commands.
{% endbash %}
```
You can define a default tool in the frontmatter. For more information, see the [content README](../content/README.md#defaulttool). You can define a default tool in the frontmatter. For more information, see the [content README](../content/README.md#defaulttool).
## Reusable and variable strings of text ## Reusable and variable strings of text