Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-20 | Move CR filtering from tabFilter to the readers. | John MacFarlane | 1 | -75/+76 | |
The readers previously assumed that CRs had been filtered from the input. Now we strip the CRs in the readers themselves, before parsing. (The point of this is just to simplify the parsers.) Shared now exports a new function `crFilter`. [API change] And `tabFilter` no longer filters CRs. | |||||
2017-06-19 | Vimwiki reader: adjusted for changes in trace. | John MacFarlane | 1 | -5/+3 | |
2017-06-19 | Added Vimwiki reader (#3705). | Yuchen Pei | 1 | -0/+655 | |
* New module Text.Pandoc.Readers.Vimwiki, exporting readVimwiki [API change]. * New input format `vimwiki`. * New data file, `data/vimwiki.css`, for displaying the HTML produced by this reader and pandoc's HTML writer in the style of vimwiki's own HTML export. |