aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Shared.hs
AgeCommit message (Expand)Author
2017-07-13Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane
2017-06-25Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane
2017-06-25Writers.Shared: refactored getLang, splitLang...John MacFarlane
2017-06-25Text.Pandoc.Writers.Shared: export splitLang.John MacFarlane
2017-06-25Text.Pandoc.Writers.Shared: added getLang.John MacFarlane
2017-06-10Writers.Shared: metaToJSON, generalized type so it can take a Text.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-23Pipe tables: impose minimum cell size.John MacFarlane
2017-03-23Grid tables: remove unnecessary extra space in cells.John MacFarlane
2017-03-23Writers.Shared.gridTable: defensive coding around 'maximum'.John MacFarlane
2017-03-21RST writer: improve grid table output, fix bug with empty rows.John MacFarlane
2017-03-21Moved more gridTable calculations to Writers.Shared.John MacFarlane
2017-03-21Moved gridTable from Markdown writer to Writers.Shared.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-25Fixed type sig for older GHC versions.John MacFarlane
2017-02-25Fixed addVariablesToJSON.John MacFarlane
2017-02-25Writers.Shared: export metaToJSON', addVariablesToJSON.John MacFarlane
2017-02-25Writers.Shared: Changed metaToJSON a bit.John MacFarlane
2017-02-05Removed redundant import.John MacFarlane
2017-02-04Implemented +/-smart in rst writer.John MacFarlane
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-07-01Writers: treat SoftBreak as space for strippingJesse Rosenthal
2015-11-23Define a `meta-json` variable for all writers.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-01-02Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane
2013-12-19HLint: Remove lambdas.Henry de Valence
2013-10-26Text.Pandoc.Writer.Shared: fixed bug in tagWithAttrs.John MacFarlane
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane
2013-08-06Added support for MetaBool.John MacFarlane
2013-07-01Added Text.Pandoc.Writers.Shared to repository.John MacFarlane