summaryrefslogtreecommitdiff
path: root/vendor/Michelf/Markdown.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/Michelf/Markdown.inc.php')
-rw-r--r--vendor/Michelf/Markdown.inc.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/Michelf/Markdown.inc.php b/vendor/Michelf/Markdown.inc.php
deleted file mode 100644
index 8c281094..00000000
--- a/vendor/Michelf/Markdown.inc.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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';