mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Tests with new markdown library
This commit is contained in:
parent
70615d7f78
commit
b710c8bbfd
12 changed files with 3694 additions and 7 deletions
9
library/php-markdown/Michelf/MarkdownInterface.inc.php
Normal file
9
library/php-markdown/Michelf/MarkdownInterface.inc.php
Normal 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';
|
Loading…
Add table
Add a link
Reference in a new issue