20 lines
283 B
Markdown
20 lines
283 B
Markdown
{{< admonition type=example title="Example: Navigate to your home directory" open=false >}}
|
|
You can change your shell by typing
|
|
```
|
|
cd ~
|
|
```
|
|
{{< /admonition >}}
|
|
|
|
Possible values:
|
|
- note
|
|
- abstract
|
|
- info
|
|
- tip
|
|
- success
|
|
- question
|
|
- warning
|
|
- failure
|
|
- danger
|
|
- bug
|
|
- example
|
|
- quote |