How to use documentation markup features
- To add code for different language variants, use blocks of code in the markdown, one after the other, indicating the language:
``` bash
# here your code
```
``` python
# here your code
```
- The copy button appears by itself on any outline code blocks.
- To emphasize important information, use
<aside role="status">your text here</aside>
right in markdown
- To emphasize dangerous actions or warn users, use
<aside role=”alert”>your text here</aside>
right in markdown