From a3dfdd9d3886451f5e97940387a56171c5810cf6 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sun, 29 May 2016 20:44:28 -0400 Subject: Remove Parsedown library files and remove references. --- library/parsedown/test/data/code_block.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 library/parsedown/test/data/code_block.html (limited to 'library/parsedown/test/data/code_block.html') diff --git a/library/parsedown/test/data/code_block.html b/library/parsedown/test/data/code_block.html deleted file mode 100644 index 889b02d99..000000000 --- a/library/parsedown/test/data/code_block.html +++ /dev/null @@ -1,8 +0,0 @@ -
<?php
-
-$message = 'Hello World!';
-echo $message;
-
-
> not a quote
-- not a list item
-[not a reference]: http://foo.com
\ No newline at end of file -- cgit v1.2.3