| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-04 | Moved tests/ -> test/. | John MacFarlane | |
| 2016-05-09 | Allow spaces before '!' in MediaWiki table header | roblabla | |
| 2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into ↵ | John MacFarlane | |
| mb21-new-image-attributes * Bumped version to 1.16. * Added Attr field to Link and Image. * Added `common_link_attributes` extension. * Updated readers for link attributes. * Updated writers for link attributes. * Updated tests * Updated stack.yaml to build against unreleased versions of pandoc-types and texmath. * Fixed various compiler warnings. Closes #261. TODO: * Relative (percentage) image widths in docx writer. * ODT/OpenDocument writer (untested, same issue about percentage widths). * Update pandoc-citeproc. | |||
| 2015-08-08 | MediaWiki reader: handle unquoted table attributes. | John MacFarlane | |
| Closes #2355. | |||
| 2015-08-07 | Updated tests for image attribute changes. | John MacFarlane | |
| 2015-06-09 | replace old url with pandoc.org | Pablo Rodríguez | |
| 2014-04-01 | MediaWiki reader: Fixed bug in certain nested lists. | John MacFarlane | |
| 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. | |||
| 2014-03-24 | Merge pull request #1068 from jaimeMF/mw-images-langs | John MacFarlane | |
| MediaWiki reader: Accept image links in more languages | |||
| 2014-01-22 | Fixed mediawiki ordered list parsing. | John MacFarlane | |
| Closes #1122. | |||
| 2013-11-24 | MediaWiki reader: Accept image links in more languages | Jaime Marquínez Ferrándiz | |
| In some of the Wikipedia versions the local version of 'File' is used (for example 'Archivo' in Spanish) | |||
| 2013-10-18 | MediaWiki reader: Trim contents of `<math>` tags. | John MacFarlane | |
| Otherwise we get problems when converting to markdown. Closes #1027. | |||
| 2013-03-28 | MediaWiki reader: Correctly handle indented preformatted text | John MacFarlane | |
| without preceding or following blank line. | |||
| 2013-03-28 | Mediawiki: Fixed regression for `<ref>URL</ref>`. | John MacFarlane | |
| `<` 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 | |
| 2013-01-06 | Mediawiki reader: interpret HTML in verbatim contexts as text. | John MacFarlane | |
| Thanks to Jeff Runningen for reporting that mediawiki works this way. | |||
| 2012-09-15 | MediaWiki reader: Allow table in table cell. | John MacFarlane | |
| 2012-09-15 | MediaWiki reader: Added test case for templates in list item. | John MacFarlane | |
| 2012-09-15 | MediaWiki reader: Added test for ref. | John MacFarlane | |
| 2012-09-15 | MediaWiki reader: Interpret width attribute on table columns. | John MacFarlane | |
| 2012-09-15 | MediaWiki reader: Got alignments working. | John MacFarlane | |
| 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 | |
| 2012-09-15 | MediaWiki reader: Parse styles after '{|' table start. | John MacFarlane | |
| 2012-09-14 | MediaWiki reader: Added test for multi-paragraph cells. | John MacFarlane | |
| 2012-09-14 | MediaWiki reader: Table improvements, added simple table tests. | John MacFarlane | |
| 2012-09-13 | MediaWiki reader: Images. | John MacFarlane | |
| 2012-09-13 | MediaWiki reader: internal links. | John MacFarlane | |
| 2012-09-13 | MediaWiki reader: Implemented basic internal links. | John MacFarlane | |
| Including word-ending links and the "pipe trick." | |||
| 2012-09-13 | MediaWiki reader: Added tests for external mailto link. | John MacFarlane | |
| 2012-09-13 | MediaWiki reader: Implemented numbered external links. | John MacFarlane | |
| 2012-09-13 | MediaWiki reader: Support HTML lists. | John MacFarlane | |
| 2012-09-13 | MediaWiki reader: Handle templates, variables as raw mediawiki. | John MacFarlane | |
| Also check for column 1 in preformatted text. | |||
| 2012-09-12 | MediaWiki reader: preformatted blocks and tests. | John MacFarlane | |
| 2012-09-12 | MediaWiki reader: Support `<math>` tag. | John MacFarlane | |
| 2012-09-12 | Added tests for mediawiki lists. | John MacFarlane | |
| 2012-09-12 | More mediawiki reader tests. | John MacFarlane | |
| 2012-09-12 | Added some tests for mediawiki reader. | John MacFarlane | |
| 2012-09-12 | Added basic mediawiki reader. | John MacFarlane | |
| Text.Pandoc.Readers.MediaWiki module, tests/mediawiki-reader.{txt,native}. | |||
