-
Notifications
You must be signed in to change notification settings - Fork 48
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-->
- Core
- External JS and CSS minifiers
- ASP.NET Extensions
- How to upgrade applications to version 2.X
- Additional reading and resources