Components

DocAnvil includes several built-in components you can use in your Markdown files with the :::name{attrs} directive syntax.

Note

Information

This is a note component. Use it to highlight important information.

Warning

Caution

This is a warning component. Use it to call out potential issues.

Tabs

Usage

Directives use fenced syntax:

<div class="admonition note">
<p class="admonition-title">My Title</p>
<p>Content goes here.</p>
</div>

See Markdown Features for more syntax, or check the configuration page for theme customization options.