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
/
Haddock.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-04
hlint some writers
Alexander Krotov
1
-2
/
+2
2018-08-17
Haddock Writer: Use proper format for latex math in haddock (#4571).
Joe Hermaszewski
1
-6
/
+4
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-17
hlint fixes.
John MacFarlane
1
-2
/
+2
2018-03-16
Better table handling for Haddock.
John MacFarlane
1
-59
/
+4
2018-01-19
hlint code improvements.
John MacFarlane
1
-2
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-1
/
+1
2017-10-29
hlint suggestions.
John MacFarlane
1
-16
/
+14
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-1
/
+1
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
-5
/
+6
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-1
/
+0
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-03-21
Reuse Writers.Shared.gridTable in Haddock writer.
John MacFarlane
1
-31
/
+3
2017-03-21
Moved gridTable from Markdown writer to Writers.Shared.
John MacFarlane
1
-1
/
+1
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-12
/
+14
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
1
-5
/
+10
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-1
/
+0
2017-01-25
Refactored math conversion in writers.
John MacFarlane
1
-26
/
+37
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
/
+2
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-3
/
+3
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-0
/
+2
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-1
/
+6
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-5
/
+5
2015-11-16
Haddock writer: omit formatting inside links.
John MacFarlane
1
-2
/
+2
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-3
/
+3
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-3
/
+3
2014-07-19
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
Matthew Pickering
1
-2
/
+2
2014-06-19
Haddock writer: Use _____ for hrule.
John MacFarlane
1
-2
/
+2
2014-06-18
Haddock writer: Only use Decimal list style.
John MacFarlane
1
-2
/
+2
2014-06-18
Small fix to haddock "tables".
John MacFarlane
1
-2
/
+2
2014-06-18
More polish on Haddock reader/writer.
John MacFarlane
1
-17
/
+6
2014-06-18
Finished first draft of Haddock writer.
John MacFarlane
1
-0
/
+357