aboutsummaryrefslogtreecommitdiff
path: root/test/vimwiki-reader.native
AgeCommit message (Collapse)Author
2017-07-12Fixed #3760. (#3784)Yuchen Pei
Using the same solution as in the LaTeX reader: equation -> displaymath align -> displaymath \begin{aligned} ... \end{aligned} etc..
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei
* 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.