1
0
Fork 0

Add michelf/php-markdown to Composer

This commit is contained in:
Hypolite Petovan 2018-01-14 10:05:51 -05:00
commit 53f3d54ad3
27 changed files with 4736 additions and 384 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';