Skip to content

Commit d0f7d0f

Browse files
author
Martin Lopes
committed
Update content-markup-reference.md
1 parent 17ac762 commit d0f7d0f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

contributing/content-markup-reference.md

+16
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,22 @@ These instructions are pertinent to GraphQL API users.
196196
{% endgraphql %}
197197
```
198198

199+
```
200+
{% powershell %}
201+
202+
These instructions are pertinent to `pwsh` and `powershell` commands.
203+
204+
{% endpowershell %}
205+
```
206+
207+
```
208+
{% bash %}
209+
210+
These instructions are pertinent to Bash shell commands.
211+
212+
{% endbash %}
213+
```
214+
199215
You can define a default tool in the frontmatter. For more information, see the [content README](../content/README.md#defaulttool).
200216

201217
## Reusable and variable strings of text

0 commit comments

Comments
 (0)