File: blockquote-nested-markdown.html

package info (click to toggle)
omd 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,424 kB
  • sloc: ml: 9,312; makefile: 18
file content (10 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<blockquote><h2 id="Thisisaheader"> This is a header.</h2>

 <ol>
  <li>This is the first list item.
  </li>
  <li>This is the second list item.</li>
 </ol>

<p>Here&#39;s some example code:</p><pre><code>return shell_exec(&quot;echo $input | $markdown_script&quot;);</code></pre>
</blockquote>