MediaWiki-MarkdownExtraParser icon indicating copy to clipboard operation
MediaWiki-MarkdownExtraParser copied to clipboard

A quick MediaWiki hook for using a Markdown parser

Results 7 MediaWiki-MarkdownExtraParser issues
Sort by recently updated
recently updated
newest added

for [Extension_registration](https://www.mediawiki.org/wiki/Manual:Extension_registration)

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 ```

question

The first error I got was: `[:error] [pid 1807] [client] PHP Fatal error: Class 'MarkdownExtra_Parser' not found in /var/www/html/wiki/extensions/MarkdownExtraParser/MarkdownExtraParser.php on line 120 ` And I realized there was an underscore:...

Some of my wikitables broke down. Can't figure out what exactly causes this inside your plugin. If i create a new wiki table with standard mediawiki gui tools the table...

where should I put these lines? which file and which line? Thanks! $MarkdownExtraParserOptions = array( 'use_raw_html' => true, );

I use the [SyntaxHighlighter](https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi) extension. MediaWiki-MarkdownExtraParser seems to parse Code in `source` and `syntaxhighlight` blocks. How can I make it stop?

bug

for example, when I type `[hello](http://google.com)` the output becomes `<a href="http://google.com">hello</a>` what can i do to fix this problem? thanks very much.