Replace Mardown parser by another one to be able to disallow markup or entities

This commit is contained in:
Frédéric Guillot
2014-02-21 19:06:53 -05:00
parent 252b589c34
commit c80ec9f10c
9 changed files with 3218 additions and 1013 deletions

View File

@@ -0,0 +1,9 @@
<?php
# Use this file if you cannot use class autoloading. It will include all the
# files needed for the MarkdownInterface interface.
#
# 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';