test/script/markdown/list-with-blockquote.js.EXPECTED

Thu, 29 Oct 2015 17:37:29 -0700

author
asaha
date
Thu, 29 Oct 2015 17:37:29 -0700
changeset 1757
822042f1e4e8
parent 963
e2497b11a021
permissions
-rw-r--r--

Merge

attila@963 1 <ul>
attila@963 2 <li><p>A list item with a blockquote:</p>
attila@963 3
attila@963 4 <blockquote>
attila@963 5 <p>This is a blockquote
attila@963 6 inside a list item.</p>
attila@963 7 </blockquote></li>
attila@963 8 </ul>

mercurial