1) MediaWiki Syntax is Case Insensitive. Add IGNORE_CASE = true to the
Parser Options.
2) According to MediaWiki Syntax BOLD+ITALIC is text in between 5 quotes,
Present implementaition has only 4 quotes.
3) In <br/> tag, if there's any space in between 'r' and '/' it fails.
Allow space in between tag. MediaWiki allows it.
4) When there is a Pre formatted text of the form <pre>Text 01 </pre> <pre>
Text 02</pre> continuously. Present implementation reads it as one single
"Text 01 </pre> <pre> Text 02".But its supposed to be two different
texts.Custom Preformatted text using a CSS Style of format <pre
style="class"></pre> fails.Same applied to <nowiki></nowiki> tag.
5) As per the MediaWiki Syntax external references starts with
"http://","https://" or "mailto:".
Original issue reported on code.google.com by vipunreddy.n on 15 Mar 2010 at 1:02
Original issue reported on code.google.com by
vipunreddy.n
on 15 Mar 2010 at 1:02Attachments: