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

Thu, 03 Dec 2015 13:41:24 -0800

author
asaha
date
Thu, 03 Dec 2015 13:41:24 -0800
changeset 1766
dbedb3a0ea7a
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