aboutsummaryrefslogtreecommitdiff
path: root/test/vimwiki-reader.wiki
AgeCommit message (Collapse)AuthorFilesLines
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta1-0/+6
Nested syntaxes are specified like this: {{{sql SELECT * FROM table }}} The preformatted code block parser has been extended to check if the first attribute of the block is not a `key=value` pair, and in that case it will be considered as a class. Closes #6256.
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.