]> git.mxchange.org Git - friendica.git/blob - vendor/michelf/php-markdown/Michelf/MarkdownInterface.inc.php
c4e9ac7f64ca17deaef0c6bc3f682bbae7bc3843
[friendica.git] / vendor / michelf / php-markdown / Michelf / MarkdownInterface.inc.php
1 <?php
2
3 // Use this file if you cannot use class autoloading. It will include all the
4 // files needed for the MarkdownInterface interface.
5 //
6 // Take a look at the PSR-0-compatible class autoloading implementation
7 // in the Readme.php file if you want a simple autoloader setup.
8
9 require_once dirname(__FILE__) . '/MarkdownInterface.php';