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

Sun, 24 Jun 2018 23:15:05 +0100

author
alitvinov
date
Sun, 24 Jun 2018 23:15:05 +0100
changeset 2351
41ac91662b75
parent 963
e2497b11a021
permissions
-rw-r--r--

Merge

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

mercurial