diff options
Diffstat (limited to 'tests/markdown-test/blockquotes-with-dode-blocks.html')
-rw-r--r-- | tests/markdown-test/blockquotes-with-dode-blocks.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/markdown-test/blockquotes-with-dode-blocks.html b/tests/markdown-test/blockquotes-with-dode-blocks.html deleted file mode 100644 index e7c79d9..0000000 --- a/tests/markdown-test/blockquotes-with-dode-blocks.html +++ /dev/null @@ -1,16 +0,0 @@ -<blockquote> -<p>Example:</p> -<pre> -<code>sub status { - print "working"; -} -</code> -</pre> -<p>Or:</p> -<pre> -<code>sub status { - return "working"; -} -</code> -</pre> -</blockquote>
\ No newline at end of file |