jekyll-mermaid
jekyll-mermaid copied to clipboard
Explicitly mark the mermaid div to not be processed as markdown
Kramdown can be configured to do markdown parsing also inside HTML tags. In that mode, you need to use the attribute markdown="0" to protect the contents of html from processing.
Without this attribute, the processor would at the very least add
a <p>
tag around the div content.