Fixed issue of Michelf\MarkdownExtra not autoloading it's base class.

This commit is contained in:
Michel Fortin 2013-01-28 07:53:32 -05:00
parent 2993fbc030
commit 06cb8f2487

View file

@ -13,6 +13,10 @@
namespace Michelf;
# Just force Michelf/Markdown.php to load. This is needed to load
# the temporary implementation class. See below for details.
\Michelf\Markdown::MARKDOWN_VERSION;
#
# Markdown Extra Parser Class
#