Skip to content

Ignoring fragments of markup

Andrey Taritsyn edited this page Aug 14, 2018 · 2 revisions

If you have fragments of markup, that you would like to preserve, then wrap them in a ignoring comment tags:

<!--wmm:ignore-->
<div class="mermaid">graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
</div>
<!--/wmm:ignore-->