aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ZimWiki.hs
AgeCommit message (Expand)AuthorFilesLines
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-3/+3
2017-11-01hlintAlexander Krotov1-2/+2
2017-10-29Source code reformatting.John MacFarlane1-1/+1
2017-10-29hlint suggestions.John MacFarlane1-29/+24
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-1/+1
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-4/+4
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-3/+2
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+3
2017-03-30ZimWiki writer: put in PandocMonad, added warnings for raw.John MacFarlane1-17/+32
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-22/+22
2017-03-01Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov1-16/+16
2017-02-15ZimWiki writer: removed internal formatting from note and table cells, becaus...Alex Ivkin1-24/+54
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-2/+0
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-1/+3
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-4/+4
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-1/+5
2016-07-01ZimWiki writer: removed commented out code that confused Haddock.John MacFarlane1-8/+8
2016-06-30Added Zim Wiki writer, template and tests.Alex Ivkin1-0/+361