MediaWiki-MarkdownExtraParser
MediaWiki-MarkdownExtraParser copied to clipboard
MarkdownExtra_Parser not found
There is an error about 'MarkdownExtra_Parser' :
Fatal error: Class 'MarkdownExtra_Parser' not found in C:\wamp\www\mediawiki-1.23.5\extensions\MarkdownExtraParser\MarkdownExtraParser.php on line 120
Did you follow the installation steps carefully?
This library requires Michael Fortin's PHP Markdown Extra library. This is essentially an extension of it.
I've use this :
https://littoral.michelf.ca/code/php-markdown/php-markdown-1.0.2.zip
And I've add this :
require_once( "$IP/extensions/MarkdownSyntax/Michelf/Markdown.inc.php" ); require_once( "$IP/extensions/MarkdownSyntax/MarkdownSyntax.php" );
I've follow steps scrupulously, the new version mediawiki break your plugin ?
Ohhhh. I see the problem. Michael's completely refactored a new version.
This library expects the "classic" library: https://littoral.michelf.ca/code/php-markdown/php-markdown-extra-1.2.8.zip
I'll have to update the readme.