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
/
Pretty.hs
Age
Commit message (
Expand
)
Author
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
2019-03-28
Use strict instead of lazy sum.
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-06
Text.Pandoc.Pretty: don't render BreakingSpace at end of line...
John MacFarlane
2018-11-01
Change 'groff' -> 'roff'.
John MacFarlane
2018-10-23
Simplify Text.Pandoc.Pretty.offset
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-16
Pretty: Semigroup instance for Doc with base >= 4.9.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-11-01
hlint
Alexander Krotov
2017-10-28
Try to fix imports for older ghc.
John MacFarlane
2017-10-28
Change order of imports to satisfy older ghc.
John MacFarlane
2017-10-27
hlint changes.
John MacFarlane
2017-08-08
Fix `blanklines' documentation (#3843)
Alexander
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
2017-05-27
Pretty: Eq instance for Doc.
John MacFarlane
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-03-22
Revert "Experimental change to charWidth in Pretty."
John MacFarlane
2017-03-22
Experimental change to charWidth in Pretty.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-03-03
Pretty: don't error for blocks of size < 1.
John MacFarlane
2017-02-23
Pretty: simplified definition of realLength.
John MacFarlane
2016-12-05
Pretty: Added `afterBreak`.
John MacFarlane
2016-11-23
Fixed some bugs in Pretty that caused blank lines in tables.
John MacFarlane
2016-11-19
Added function to compute the minimal width of a document
Björn Peemöller
2016-11-19
Added error message for illegal call to Pretty.block
Björn Peemöller
2016-09-02
Remove an inline monad compatibility macro.
Jesse Rosenthal
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
2016-07-14
Fixed compiler warnings.
John MacFarlane
2016-03-22
Updated copyright dates to include 2016.
John MacFarlane
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
2015-07-25
Pretty: comment fix (mb21).
John MacFarlane
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
2015-02-18
Remove partial function from Pretty
Matthew Pickering
2014-12-06
Text.Pandoc.Pretty: Improve performance of realLength
Matthew Pickering
2014-10-20
Pretty: Make CR + BLANKLINE = BLANKLINE.
John MacFarlane
2014-07-27
Text.Pandoc.Pretty: added blanklines.
John MacFarlane
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
2014-02-06
Removed RenderState datatype context.
Merijn Verstraaten
2014-01-02
Pretty: Added nestle. API change, minor version bump to 1.12.3.
John MacFarlane
2013-08-04
Remove CPP from default-extensions; add pragmas to modules as needed.
John MacFarlane
2013-02-28
Pretty: Fixed chomp so it works inside Prefixed elements.
John MacFarlane
2013-02-28
Pretty: Better Show instance for debugging purposes.
John MacFarlane
2012-08-13
Pretty: Fixed bug that caused combining characters to be dropped.
John MacFarlane
[next]