discourse/test/javascripts/mdtest/fixtures/Code Blocks.xhtml
Marcus Rückert 9460ed1b60 Plain text files do not need to be executable
Found with rpmlint.
2015-05-12 13:21:22 +02:00

18 lines
309 B
HTML

<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>