14 lines
372 B
Markdown
14 lines
372 B
Markdown
|
You can add standard markdown syntax:
|
||
|
|
||
|
- multiple paragraphs
|
||
|
- bullet point lists
|
||
|
- _emphasized_, **bold** and even **_bold emphasized_** text
|
||
|
- [links](https://example.com)
|
||
|
- etc.
|
||
|
|
||
|
```plaintext
|
||
|
...and even source code
|
||
|
```
|
||
|
|
||
|
> the possibilities are endless (almost - including other shortcodes may or may not work) (almost - including other shortcodes may or may not work)
|