summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Shared.hs
Commit message (Expand)AuthorAge
* Pipe tables: impose minimum cell size.John MacFarlane2017-03-23
* Grid tables: remove unnecessary extra space in cells.John MacFarlane2017-03-23
* Writers.Shared.gridTable: defensive coding around 'maximum'.John MacFarlane2017-03-23
* RST writer: improve grid table output, fix bug with empty rows.John MacFarlane2017-03-21
* Moved more gridTable calculations to Writers.Shared.John MacFarlane2017-03-21
* Moved gridTable from Markdown writer to Writers.Shared.John MacFarlane2017-03-21
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Fixed type sig for older GHC versions.John MacFarlane2017-02-25
* Fixed addVariablesToJSON.John MacFarlane2017-02-25
* Writers.Shared: export metaToJSON', addVariablesToJSON.John MacFarlane2017-02-25
* Writers.Shared: Changed metaToJSON a bit.John MacFarlane2017-02-25
* Removed redundant import.John MacFarlane2017-02-05
* Implemented +/-smart in rst writer.John MacFarlane2017-02-04
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Writers: treat SoftBreak as space for strippingJesse Rosenthal2016-07-01
* Define a `meta-json` variable for all writers.John MacFarlane2015-11-23
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane2014-01-02
* HLint: Remove lambdas.Henry de Valence2013-12-19
* Text.Pandoc.Writer.Shared: fixed bug in tagWithAttrs.John MacFarlane2013-10-26
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Added support for MetaBool.John MacFarlane2013-08-06
* Added Text.Pandoc.Writers.Shared to repository.John MacFarlane2013-07-01