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
svgtags aren't supported - Inline
iframetags aren't supported - Inline
scripttags, and other JavaScript executing tags and attributes, aren't supported