index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
ZimWiki.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-01
Zimwiki writer: remove automatic colon prefix before internal images (#5183)
damien clochard
1
-6
/
+2
2018-10-31
ZimWiki writer: number ordered list items sequentially...
John MacFarlane
1
-28
/
+24
2018-10-29
ZimWiki writer: remove extra indentation on lists.
John MacFarlane
1
-8
/
+8
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-3
/
+3
2017-11-01
hlint
Alexander Krotov
1
-2
/
+2
2017-10-29
Source code reformatting.
John MacFarlane
1
-1
/
+1
2017-10-29
hlint suggestions.
John MacFarlane
1
-29
/
+24
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-3
/
+3
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-1
/
+1
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-4
/
+4
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-3
/
+2
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+3
2017-03-30
ZimWiki writer: put in PandocMonad, added warnings for raw.
John MacFarlane
1
-17
/
+32
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-22
/
+22
2017-03-01
Writers: Use gets to access MonadState where possible (#3480)
Alexander Krotov
1
-16
/
+16
2017-02-15
ZimWiki writer: removed internal formatting from note and table cells, becaus...
Alex Ivkin
1
-24
/
+54
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-2
/
+0
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-2
/
+3
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-1
/
+3
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-4
/
+4
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-1
/
+5
2016-07-01
ZimWiki writer: removed commented out code that confused Haddock.
John MacFarlane
1
-8
/
+8
2016-06-30
Added Zim Wiki writer, template and tests.
Alex Ivkin
1
-0
/
+361