Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-01 | MediaWiki reader: Fixed bug in certain nested lists. | John MacFarlane | 1 | -0/+4 | |
The bug: If a level 2 list was followed by a level 1 list, the first item of the level 1 list would be lost. Closes #1213. | |||||
2013-11-24 | MediaWiki reader: Accept image links in more languages | Jaime Marquínez Ferrándiz | 1 | -0/+1 | |
In some of the Wikipedia versions the local version of 'File' is used (for example 'Archivo' in Spanish) | |||||
2013-11-17 | MediaWiki reader: Add automatic header identifiers. | John MacFarlane | 1 | -29/+29 | |
2013-10-18 | MediaWiki reader: Trim contents of `<math>` tags. | John MacFarlane | 1 | -0/+1 | |
Otherwise we get problems when converting to markdown. Closes #1027. | |||||
2013-09-11 | Mediawiki: Parse an image + caption in a para by itself as a figure. | John MacFarlane | 1 | -4/+4 | |
2013-08-16 | Updated tests for latest pandoc-types changes. | John MacFarlane | 1 | -1/+1 | |
2013-08-14 | Updated for removed unMeta, unFormat in pandoc-types. | John MacFarlane | 1 | -11/+11 | |
2013-08-10 | Updated tests for new Format. | John MacFarlane | 1 | -10/+10 | |
2013-06-25 | Some test suite fixes for new metadata. | John MacFarlane | 1 | -1/+1 | |
2013-03-28 | MediaWiki reader: Correctly handle indented preformatted text | John MacFarlane | 1 | -0/+3 | |
without preceding or following blank line. | |||||
2013-03-28 | Mediawiki: Fixed regression for `<ref>URL</ref>`. | John MacFarlane | 1 | -1/+2 | |
`<` is no longer allowed in URLs, according to the uri parser in Text.Pandoc.Parsing. Added a test case. | |||||
2013-01-27 | Mediawiki reader: Don't require blanklines after tables. | Jeff Runningen | 1 | -0/+4 | |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -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-15 | MediaWiki reader: Allow table in table cell. | John MacFarlane | 1 | -0/+13 | |
2012-09-15 | MediaWiki reader: Added test case for templates in list item. | John MacFarlane | 1 | -1/+1 | |
2012-09-15 | MediaWiki reader: Added test for ref. | John MacFarlane | 1 | -1/+3 | |
2012-09-15 | MediaWiki reader: Interpret width attribute on table columns. | John MacFarlane | 1 | -1/+1 | |
2012-09-15 | MediaWiki reader: Got alignments working. | John MacFarlane | 1 | -1/+11 | |
They only work on headers, because pandoc forces same alignment for all cells in a column. | |||||
2012-09-15 | MediaWiki reader: Misc fixes, put category links at end. | John MacFarlane | 1 | -1/+2 | |
2012-09-15 | MediaWiki reader: Parse styles after '{|' table start. | John MacFarlane | 1 | -1/+14 | |
2012-09-14 | MediaWiki reader: Added test for multi-paragraph cells. | John MacFarlane | 1 | -1/+10 | |
2012-09-14 | MediaWiki reader: Table improvements, added simple table tests. | John MacFarlane | 1 | -1/+18 | |
2012-09-13 | MediaWiki reader: Images. | John MacFarlane | 1 | -0/+5 | |
2012-09-13 | MediaWiki reader: internal links. | John MacFarlane | 1 | -0/+2 | |
2012-09-13 | MediaWiki reader: Implemented basic internal links. | John MacFarlane | 1 | -0/+6 | |
Including word-ending links and the "pipe trick." | |||||
2012-09-13 | MediaWiki reader: Added tests for external mailto link. | John MacFarlane | 1 | -0/+1 | |
2012-09-13 | MediaWiki reader: Implemented numbered external links. | John MacFarlane | 1 | -0/+1 | |
2012-09-13 | MediaWiki reader: Support HTML lists. | John MacFarlane | 1 | -0/+15 | |
2012-09-13 | MediaWiki reader: Handle templates, variables as raw mediawiki. | John MacFarlane | 1 | -1/+9 | |
Also check for column 1 in preformatted text. | |||||
2012-09-12 | MediaWiki reader: preformatted blocks and tests. | John MacFarlane | 1 | -2/+6 | |
2012-09-12 | MediaWiki reader: Support `<math>` tag. | John MacFarlane | 1 | -1/+3 | |
2012-09-12 | Added tests for mediawiki lists. | John MacFarlane | 1 | -1/+59 | |
2012-09-12 | More mediawiki reader tests. | John MacFarlane | 1 | -2/+19 | |
2012-09-12 | Added some tests for mediawiki reader. | John MacFarlane | 1 | -1/+23 | |
2012-09-12 | Added basic mediawiki reader. | John MacFarlane | 1 | -0/+35 | |
Text.Pandoc.Readers.MediaWiki module, tests/mediawiki-reader.{txt,native}. |