test/script/markdown/nested-blockquote.js.EXPECTED

Mon, 16 Nov 2015 12:14:07 -0800

author
asaha
date
Mon, 16 Nov 2015 12:14:07 -0800
changeset 1692
dcb78b4ac30e
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u71-b09 for changeset 79a56b0e79aa

     1 <blockquote>
     2   <p>This is a multi line blockquote test</p>
     4   <blockquote>
     5     <p>And nesting!</p>
     6   </blockquote>
     8   <p>With more than one line.</p>
     9 </blockquote>

mercurial