aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-04T.P.Writers.Shared - add toTableOfContents (API change).John MacFarlane1-1/+23
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane1-10/+1
2018-10-07Revert export of hasSimpleCells from T.P.Writers.Shared.John MacFarlane1-18/+0
2018-10-06RST writer: use simple tables when possible.John MacFarlane1-0/+18
2018-10-05CommonMark writer: add plain text fallbacks. (#4531)quasicomputational1-1/+30
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg1-15/+47
2018-10-03Text.Pandoc.Writers.Shared: added `metaValueToString`.John MacFarlane1-0/+9
2018-10-02Removed Text.Pandoc.Groff.John MacFarlane1-0/+11
2018-08-17Docx writer: properly handle display math in spans.John MacFarlane1-2/+4
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