mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
post-merge (unwiredben) update html5 structural tests
to be sure the previous test incarnations continued to work.
This commit is contained in:
parent
9075cdc080
commit
374669bb49
|
@ -9,6 +9,10 @@
|
|||
|
||||
<nav>navigation</nav>
|
||||
|
||||
<article>read me</article>
|
||||
|
||||
<aside>ignore me</aside>
|
||||
|
||||
<article>read
|
||||
me</article>
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@ These HTML5 tags should pass through just fine.
|
|||
<header>head</header>
|
||||
<footer>footsies</footer>
|
||||
<nav>navigation</nav>
|
||||
<article>read me</article>
|
||||
<aside>ignore me</aside>
|
||||
<article>read
|
||||
me</article>
|
||||
<aside>
|
||||
|
|
Loading…
Reference in New Issue
Block a user