ststeiger / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

MediaWiki Formatting Issues. #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by thomas.m...@gmail.com on 28 Mar 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Applied patch from Arun Reddy

Original comment by thomas.m...@gmail.com on 28 Mar 2010 at 5:57