phpOMS/tests/Utils/Parser/Markdown/data/special_attributes.html
2023-09-21 22:22:09 +00:00

6 lines
303 B
HTML

<h1 id="header1">Header 1</h1>
<h2 id="header2">Header 2</h2>
<h2 class="main" id="the-site">The Site</h2>
<h2 id="the-site" class="main shine">The Site</h2>
<p><a href="http://parsedown.org" id="link" class="primary upper-case">link</a></p>
<p><img src="/md.png" alt="logo" id="logo" class="big" /></p>