Fixed issue of Michelf\MarkdownExtra not autoloading it's base class.
This commit is contained in:
parent
2993fbc030
commit
06cb8f2487
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue