aboutsummaryrefslogtreecommitdiff
path: root/test/vimwiki-reader.wiki
AgeCommit message (Collapse)AuthorFilesLines
2018-10-24Vimwiki reader: test empty preformatted textAlexander Krotov1-1/+6
2017-07-12Fixed #3760. (#3784)Yuchen Pei1-0/+10
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 Pei1-0/+414
* 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.