Typography
Media
Static Image
Input:
{{<image filename="/images/kamu_logo.svg" alt="Kamu logo" width="30%">}}
Result:
Tables
Input:
| Name | Description |
| ---- | :---------: |
| Foo | Test |
| Bar | Test |
Result:
Name | Description |
---|---|
Foo | Test |
Bar | Test |
Text Blocks
Input:
{{<tip>}}
Tip block
{{</tip>}}
{{<note>}}
Note block
{{</note>}}
{{<info>}}
Info block
{{</info>}}
{{<warning>}}
Warning block
{{</warning>}}
{{<danger>}}
Danger block
{{</danger>}}
Result:
Tip block
Note block
Info block
Warning block
Danger block