diff options
Diffstat (limited to 'library/parsedown/test/data/code_block.html')
-rw-r--r-- | library/parsedown/test/data/code_block.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/parsedown/test/data/code_block.html b/library/parsedown/test/data/code_block.html new file mode 100644 index 000000000..889b02d99 --- /dev/null +++ b/library/parsedown/test/data/code_block.html @@ -0,0 +1,8 @@ +<pre><code><?php + +$message = 'Hello World!'; +echo $message;</code></pre> +<hr /> +<pre><code>> not a quote +- not a list item +[not a reference]: http://foo.com</code></pre>
\ No newline at end of file |