Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-13 | MediaWiki reader: Support HTML lists. | John MacFarlane | 1 | -12/+29 | |
2012-09-13 | MediaWiki reader: Handle templates, variables as raw mediawiki. | John MacFarlane | 1 | -5/+14 | |
Also check for column 1 in preformatted text. | |||||
2012-09-13 | MediaWiki reader: Parse templates etc. as raw mediawiki. | John MacFarlane | 1 | -4/+10 | |
They can be postprocessed with a pandoc script. | |||||
2012-09-13 | MediaWiki reader: Improved efficiency with raw html tags. | John MacFarlane | 1 | -78/+59 | |
Parse one tag, then use a case statement. | |||||
2012-09-12 | MediaWiki reader: Added comment. | John MacFarlane | 1 | -0/+2 | |
2012-09-12 | MediaWiki reader: preformatted blocks and tests. | John MacFarlane | 1 | -11/+28 | |
2012-09-12 | MediaWiki reader: Support `<math>` tag. | John MacFarlane | 1 | -1/+4 | |
2012-09-12 | Added tests for mediawiki lists. | John MacFarlane | 1 | -2/+3 | |
2012-09-12 | More mediawiki reader tests. | John MacFarlane | 1 | -7/+1 | |
2012-09-12 | Added some tests for mediawiki reader. | John MacFarlane | 1 | -4/+0 | |
2012-09-12 | MediaWiki reader: Updated todo comments. | John MacFarlane | 1 | -8/+12 | |
2012-09-12 | MediaWiki reader: Support `<syntaxhighlight>` tag. | John MacFarlane | 1 | -3/+13 | |
2012-09-12 | MediaWiki reader: Properly handle :, ::, :::... | John MacFarlane | 1 | -6/+6 | |
2012-09-12 | MediaWiki reader: Handle def lists without terms (: lines). | John MacFarlane | 1 | -1/+2 | |
2012-09-12 | MediaWiki reader: Improvements to list parsing and HTML tag handling. | John MacFarlane | 1 | -2/+16 | |
2012-09-12 | MediaWiki reader: Support skipped level in lists. | John MacFarlane | 1 | -2/+18 | |
For example: # one # two ### skip! ### skip | |||||
2012-09-12 | MediaWiki reader: Fixed charsInTags parser to use innerText. | John MacFarlane | 1 | -3/+1 | |
2012-09-12 | Minor fixes to MediaWiki reader. | John MacFarlane | 1 | -2/+2 | |
2012-09-12 | Added basic mediawiki reader. | John MacFarlane | 1 | -0/+311 | |
Text.Pandoc.Readers.MediaWiki module, tests/mediawiki-reader.{txt,native}. |