Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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}. |