This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/test/javascripts/mdtest/fixtures/Code Blocks.xhtml
2013-10-16 10:28:42 -04:00

18 lines
309 B
HTML
Executable File

<pre><code>code block on the first line
</code></pre>
<p>Regular text.</p>
<pre><code>code block indented by spaces
</code></pre>
<p>Regular text.</p>
<pre><code>the lines in this block
all contain trailing spaces</code></pre>
<p>Regular Text.</p>
<pre><code>code block on the last line
</code></pre>