aboutsummaryrefslogtreecommitdiff
path: root/tests/mediawiki-reader.native
AgeCommit message (Collapse)AuthorFilesLines
2013-01-09Added Attr field to Header.John MacFarlane1-29/+29
Previously header ids were autogenerated by the writers. Now they are generated (unless supplied explicitly) in the markdown parser, if the `header_identifiers` extension is selected. In addition, the textile reader now supports id attributes on headers.
2012-09-15MediaWiki reader: Allow table in table cell.John MacFarlane1-0/+13
2012-09-15MediaWiki reader: Added test case for templates in list item.John MacFarlane1-1/+1
2012-09-15MediaWiki reader: Added test for ref.John MacFarlane1-1/+3
2012-09-15MediaWiki reader: Interpret width attribute on table columns.John MacFarlane1-1/+1
2012-09-15MediaWiki reader: Got alignments working.John MacFarlane1-1/+11
They only work on headers, because pandoc forces same alignment for all cells in a column.
2012-09-15MediaWiki reader: Misc fixes, put category links at end.John MacFarlane1-1/+2
2012-09-15MediaWiki reader: Parse styles after '{|' table start.John MacFarlane1-1/+14
2012-09-14MediaWiki reader: Added test for multi-paragraph cells.John MacFarlane1-1/+10
2012-09-14MediaWiki reader: Table improvements, added simple table tests.John MacFarlane1-1/+18
2012-09-13MediaWiki reader: Images.John MacFarlane1-0/+5
2012-09-13MediaWiki reader: internal links.John MacFarlane1-0/+2
2012-09-13MediaWiki reader: Implemented basic internal links.John MacFarlane1-0/+6
Including word-ending links and the "pipe trick."
2012-09-13MediaWiki reader: Added tests for external mailto link.John MacFarlane1-0/+1
2012-09-13MediaWiki reader: Implemented numbered external links.John MacFarlane1-0/+1
2012-09-13MediaWiki reader: Support HTML lists.John MacFarlane1-0/+15
2012-09-13MediaWiki reader: Handle templates, variables as raw mediawiki.John MacFarlane1-1/+9
Also check for column 1 in preformatted text.
2012-09-12MediaWiki reader: preformatted blocks and tests.John MacFarlane1-2/+6
2012-09-12MediaWiki reader: Support `<math>` tag.John MacFarlane1-1/+3
2012-09-12Added tests for mediawiki lists.John MacFarlane1-1/+59
2012-09-12More mediawiki reader tests.John MacFarlane1-2/+19
2012-09-12Added some tests for mediawiki reader.John MacFarlane1-1/+23
2012-09-12Added basic mediawiki reader.John MacFarlane1-0/+35
Text.Pandoc.Readers.MediaWiki module, tests/mediawiki-reader.{txt,native}.