nashorn/test/script/markdown/blockquote-nested-markdown.js.EXPECTED
changeset 22371 e6b607104dc6
equal deleted inserted replaced
22370:c150d042ffff 22371:e6b607104dc6
       
     1 <blockquote>
       
     2   <h2 id="thisisaheader">This is a header.</h2>
       
     3   
       
     4   <ol>
       
     5   <li>This is the first list item.</li>
       
     6   <li>This is the second list item.</li>
       
     7   </ol>
       
     8   
       
     9   <p>Here's some example code:</p>
       
    10 
       
    11 <pre><code>return shell_exec("echo $input | $markdown_script");
       
    12 </code></pre>
       
    13 </blockquote>