aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-1/+1
2018-03-17Don't wrap lines in grid tables when `--wrap=none` (#4320)Francesco Occhipinti1-12/+30
2018-03-17RST writer: strip whitespace within inlines, closes #4327 (#4329)Francesco Occhipinti1-0/+1
2018-01-12Move `metaValueToInlines` to T.P.W.SharedJesse Rosenthal1-0/+9
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-02Docx writer: allow empty paragraphs.John MacFarlane1-2/+8
2017-10-29hlint suggestions.John MacFarlane1-5/+5
2017-08-13Added some Functor constraints needed for ghc 7.8.John MacFarlane1-2/+2
2017-08-12Escape MetaString values (as added with --metadata flag).John MacFarlane1-6/+8
2017-08-08Writers.Shared.unsmartify: undo literal double curly quotes.John MacFarlane1-0/+3
2017-07-13Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane1-1/+1
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane1-84/+3
2017-06-25Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane1-29/+67
2017-06-25Writers.Shared: refactored getLang, splitLang...John MacFarlane1-11/+24
2017-06-25Text.Pandoc.Writers.Shared: export splitLang.John MacFarlane1-0/+19
2017-06-25Text.Pandoc.Writers.Shared: added getLang.John MacFarlane1-2/+13
2017-06-10Writers.Shared: metaToJSON, generalized type so it can take a Text.John MacFarlane1-9/+9
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-23Pipe tables: impose minimum cell size.John MacFarlane1-5/+7
2017-03-23Grid tables: remove unnecessary extra space in cells.John MacFarlane1-1/+1
2017-03-23Writers.Shared.gridTable: defensive coding around 'maximum'.John MacFarlane1-1/+2
2017-03-21RST writer: improve grid table output, fix bug with empty rows.John MacFarlane1-17/+29
2017-03-21Moved more gridTable calculations to Writers.Shared.John MacFarlane1-5/+30
2017-03-21Moved gridTable from Markdown writer to Writers.Shared.John MacFarlane1-1/+42
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-13/+14
2017-02-25Fixed type sig for older GHC versions.John MacFarlane1-1/+1
2017-02-25Fixed addVariablesToJSON.John MacFarlane1-2/+5
2017-02-25Writers.Shared: export metaToJSON', addVariablesToJSON.John MacFarlane1-10/+28
2017-02-25Writers.Shared: Changed metaToJSON a bit.John MacFarlane1-4/+17
2017-02-05Removed redundant import.John MacFarlane1-1/+0
2017-02-04Implemented +/-smart in rst writer.John MacFarlane1-0/+15
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-1/+2
2016-07-01Writers: treat SoftBreak as space for strippingJesse Rosenthal1-0/+1
2015-11-23Define a `meta-json` variable for all writers.John MacFarlane1-2/+4
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-01-02Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane1-0/+27
2013-12-19HLint: Remove lambdas.Henry de Valence1-2/+1
2013-10-26Text.Pandoc.Writer.Shared: fixed bug in tagWithAttrs.John MacFarlane1-3/+2
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane1-0/+18
2013-08-06Added support for MetaBool.John MacFarlane1-0/+1
2013-07-01Added Text.Pandoc.Writers.Shared to repository.John MacFarlane1-0/+121