diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index 69b4119..e57aabe 100644 --- a/Michelf/MarkdownExtra.php +++ b/Michelf/MarkdownExtra.php @@ -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 #