speedwm-wiki/mdlibs/Markdown.inc.php
speedie c4248851dc initial commit
i don't mind sharing config.php since its not password
protected or anything like that anyway, maybe i'll share everything
except config.php in the future.
2023-01-25 22:29:19 +01:00

11 lines
376 B
PHP

<?php
// Use this file if you cannot use class autoloading. It will include all the
// files needed for the Markdown parser.
//
// 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';
require_once dirname(__FILE__) . '/Markdown.php';