Current section

Files

Jump to
mdex examples highlight.html
Raw

examples/highlight.html

<h1>Highlight Example</h1>
<p>Transform double equal signals into <code>&lt;mark&gt;</code> tags as described at <a href="https://www.markdownguide.org/extended-syntax/#highlight">https://www.markdownguide.org/extended-syntax/#highlight</a></p>
<p>
<p>
<mark>Because</mark>
I need to highlight these
<mark>very important words</mark>
and also these
<mark>other words too</mark>
</p>
</p>