Blocks
PowerDocs comes with several blocks by default.
Of course rendering will depend on the theme you apply to your document.
Stop block
::: stop
Some content
:::
Alert block
::: alert
Some content
:::
Warning block
This block will appear in Orange.
::: warning
Some content
:::
Note block
::: note
Some content
:::
Info block
::: info
Some content
:::
Mermaid charts blocks
You can easily insert a code block using the Insert > Mermaid chart menu. You can insert a Mermaid chart using the graph block:
::: graph
YOUR MERMAID CHART DEFINITION
:::
Code blocks
You can easily insert a code block using the Insert > Code block menu. PowerDocs supports GitHub flavor code blocks:
``` [language]
... your code ...
An extensible list of languages will be added later.
Last modified: 08 avril 2024