aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Vimwiki.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-7/+12
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta1-1/+5
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-1/+1
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-9/+9
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-62/+65
2019-11-07Change merge behavior for metadata.John MacFarlane1-1/+3
2019-04-05Vimwiki reader: improve handling of internal links.John MacFarlane1-5/+12
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-11-03Vimwiki reader: parse Text without converting to [Char]Alexander Krotov1-4/+3
2018-10-10Vimwiki reader: get rid of F, runF and stateMeta' in favor of stateMetaAlexander Krotov1-6/+6
2018-10-04Vimwiki reader: code cleanupAlexander Krotov1-11/+7
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+0
2018-03-13Require pandoc-types 1.17.4.John MacFarlane1-1/+2
2018-01-19hlint code improvements.John MacFarlane1-3/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-11-10Vimwiki reader: hlintAlexander Krotov1-17/+17
2017-10-29Source code reformatting.John MacFarlane1-6/+4
2017-10-27hlint suggestions.John MacFarlane1-65/+64
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-34/+39
2017-07-12Fixed #3760. (#3784)Yuchen Pei1-6/+26
2017-06-26minor updates to vimwiki reader. (#3759)Yuchen Pei1-7/+6
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-75/+76
2017-06-19Vimwiki reader: adjusted for changes in trace.John MacFarlane1-5/+3
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei1-0/+655