Tests with new markdown library

This commit is contained in:
Michael Vogel 2015-02-23 08:27:35 +01:00
parent 70615d7f78
commit b710c8bbfd
12 changed files with 3694 additions and 7 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';