aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Shared.hs
AgeCommit message (Expand)Author
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane
2019-11-15RST writer: Improve spacing for tables with no width information.John MacFarlane
2019-11-14Writers.Shared: Clean up code for adding metadata to variables.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-29T.P.W.Shared: Changed gridTables so it does better at...John MacFarlane
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane
2019-10-10Make some writers sensitive to 'unlisted' class on headings.John MacFarlane
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland
2019-05-04Improve c4a81fb941adf6c3bf524916c46623685d276f32.John MacFarlane
2019-05-03metaToJSON: treat digits starting with 0 as a string...John MacFarlane
2019-03-28Shared - improve metaToJSON with numbers.John MacFarlane
2019-03-28Use strict instead of lazy sum.John MacFarlane
2019-03-27Writers.Shared.metaValueToJSON: use Number Values for integers.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-04T.P.Writers.Shared - add toTableOfContents (API change).John MacFarlane
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane
2018-10-07Revert export of hasSimpleCells from T.P.Writers.Shared.John MacFarlane
2018-10-06RST writer: use simple tables when possible.John MacFarlane
2018-10-05CommonMark writer: add plain text fallbacks. (#4531)quasicomputational
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg
2018-10-03Text.Pandoc.Writers.Shared: added `metaValueToString`.John MacFarlane
2018-10-02Removed Text.Pandoc.Groff.John MacFarlane
2018-08-17Docx writer: properly handle display math in spans.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-03-17Don't wrap lines in grid tables when `--wrap=none` (#4320)Francesco Occhipinti
2018-03-17RST writer: strip whitespace within inlines, closes #4327 (#4329)Francesco Occhipinti
2018-01-12Move `metaValueToInlines` to T.P.W.SharedJesse Rosenthal
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-02Docx writer: allow empty paragraphs.John MacFarlane
2017-10-29hlint suggestions.John MacFarlane
2017-08-13Added some Functor constraints needed for ghc 7.8.John MacFarlane
2017-08-12Escape MetaString values (as added with --metadata flag).John MacFarlane
2017-08-08Writers.Shared.unsmartify: undo literal double curly quotes.John MacFarlane
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