Markdown
The complete documentation is written in markdown code. Here are some examples:
Headings
Markdown
HTML
Rendered Output
Images
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
Links are always converted automatically and do not require any extra code.
Hints
Hints can created by the following syntax:
<div data-gb-custom-block data-tag="hint" data-style='info'>
Hello world
</div>
These values are possible: info
, success
, danger
& warning
Examples:
Success hint
Danger hint
Warning hint
Last updated