Markdown
Last updated
Last updated
The complete documentation is written in markdown code. Here are some examples:
Markdown | HTML | Rendered Output |
---|---|---|
# Heading level 1 | <h1>Heading level 1</h1> | |
## Heading level 2 | <h2>Heading level 2</h2> | |
### Heading level 3 | <h3>Heading level 3</h3> | |
#### Heading level 4 | <h4>Heading level 4</h4> | Heading level 4 |
##### Heading level 5 | <h5>Heading level 5</h5> | Heading level 5 |
Screenshots can also be submitted. For uniformity, we may replace graphics with our own.
The images are always stored in the same folder level in a .images
directory. They are then linked in this way:
Rendered
Links are always converted automatically and do not require any extra code.
Hints can created by the following syntax:
These values are possible: info
, success
, danger
& warning
Examples:
Info hint
Success hint
Danger hint
Warning hint