test/script/markdown/html5-strutural-tags.js.EXPECTED

Sun, 24 Jun 2018 23:15:05 +0100

author
alitvinov
date
Sun, 24 Jun 2018 23:15:05 +0100
changeset 2351
41ac91662b75
parent 963
e2497b11a021
permissions
-rw-r--r--

Merge

     1 <p>These HTML5 tags should pass through just fine.</p>
     3 <section>hello</section>
     5 <header>head</header>
     7 <footer>footsies</footer>
     9 <nav>navigation</nav>
    11 <article>read me</article>
    13 <aside>ignore me</aside>
    15 <article>read
    16 me</article>
    18 <aside>
    19 ignore me
    20 </aside>
    22 <p>the end</p>

mercurial