index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
Vimwiki.hs
Age
Commit message (
Expand
)
Author
2022-10-18
T.P.Shared: remove `escapeURI`, `isURI`.
John MacFarlane
2022-10-16
T.P.Readers.VimWiki: avoid direct import of parsec.
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2021-12-30
Fix ghc 9.2.1 warnings.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2020-04-06
Vimwiki reader: Add nested syntax highlighting (#6257)
Vlad Hanciuta
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-11-07
Change merge behavior for metadata.
John MacFarlane
2019-04-05
Vimwiki reader: improve handling of internal links.
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-11-03
Vimwiki reader: parse Text without converting to [Char]
Alexander Krotov
2018-10-10
Vimwiki reader: get rid of F, runF and stateMeta' in favor of stateMeta
Alexander Krotov
2018-10-04
Vimwiki reader: code cleanup
Alexander Krotov
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
2018-03-13
Require pandoc-types 1.17.4.
John MacFarlane
2018-01-19
hlint code improvements.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-11-10
Vimwiki reader: hlint
Alexander Krotov
2017-10-29
Source code reformatting.
John MacFarlane
2017-10-27
hlint suggestions.
John MacFarlane
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-07-12
Fixed #3760. (#3784)
Yuchen Pei
2017-06-26
minor updates to vimwiki reader. (#3759)
Yuchen Pei
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
2017-06-19
Vimwiki reader: adjusted for changes in trace.
John MacFarlane
2017-06-19
Added Vimwiki reader (#3705).
Yuchen Pei