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

Tue, 12 Jul 2016 14:52:17 -0700

author
asaha
date
Tue, 12 Jul 2016 14:52:17 -0700
changeset 1985
a9a890c3b576
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u121-b00 for changeset 1a484cc1d2ed

     1 <blockquote>
     2   <h2 id="thisisaheader">This is a header.</h2>
     4   <ol>
     5   <li>This is the first list item.</li>
     6   <li>This is the second list item.</li>
     7   </ol>
     9   <p>Here's some example code:</p>
    11 <pre><code>return shell_exec("echo $input | $markdown_script");
    12 </code></pre>
    13 </blockquote>

mercurial