Using HTML

Doctave supports including custom HTML within your markdown pages for added flexibility.

<div class="callout">
  My content
</div>

This feature can be combined well with custom CSS rules.

Limitations

There are limitations to using HTML and some features are disabled for network safety reasons.

  • Inline svg tags aren't supported
  • Inline iframe tags aren't supported
  • Inline script tags, and other JavaScript executing tags and attributes, aren't supported

Was this page helpful?

On this page