diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-27 21:12:12 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-27 21:12:12 -0400 |
commit | 3fa549352ca13d020a8cffaaad0db81b7c66c5b3 (patch) | |
tree | 112a940163db29375e69f0590646d999034f0ccf /vendor/Michelf/MarkdownExtra.inc.php | |
parent | 23753bde1c1f980f481fec247ced2f4cecc227f3 (diff) |
Replace Markdown parser by Parsedown
Diffstat (limited to 'vendor/Michelf/MarkdownExtra.inc.php')
-rw-r--r-- | vendor/Michelf/MarkdownExtra.inc.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/Michelf/MarkdownExtra.inc.php b/vendor/Michelf/MarkdownExtra.inc.php deleted file mode 100644 index e11b1ef9..00000000 --- a/vendor/Michelf/MarkdownExtra.inc.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -# Use this file if you cannot use class autoloading. It will include all the -# files needed for the MarkdownExtra parser. -# -# Take a look at the PSR-0-compatible class autoloading implementation -# in the Readme.php file if you want a simple autoloader setup. - -require_once dirname(__FILE__) . '/MarkdownInterface.php'; -require_once dirname(__FILE__) . '/Markdown.php'; -require_once dirname(__FILE__) . '/MarkdownExtra.php'; |