aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres1-1/+1
2021-10-11T.P.Writers.Shared: remove 'breakable'...John MacFarlane1-18/+0
2021-10-11T.P.Writers.Shared: Export splitSentences as a Doc Text transform.John MacFarlane1-11/+55
2021-05-12Plain writer: handle superscript unicode minus.John MacFarlane1-0/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-1/+1
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane1-0/+14
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-3/+3
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane1-2/+1
2020-07-29Writers/Shared: add missing function docsAlbert Krewinkel1-7/+21
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc1-8/+43
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+31
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+2
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane1-3/+3
2019-11-15RST writer: Improve spacing for tables with no width information.John MacFarlane1-5/+19
2019-11-14Writers.Shared: Clean up code for adding metadata to variables.John MacFarlane1-10/+9
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-52/+45
2019-10-29T.P.W.Shared: Changed gridTables so it does better at...John MacFarlane1-16/+20
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-9/+11
2019-10-10Make some writers sensitive to 'unlisted' class on headings.John MacFarlane1-3/+4
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane1-5/+9
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-9/+18
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-117/+92
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-3/+3
2019-05-04Improve c4a81fb941adf6c3bf524916c46623685d276f32.John MacFarlane1-1/+1
2019-05-03metaToJSON: treat digits starting with 0 as a string...John MacFarlane1-0/+3
2019-03-28Shared - improve metaToJSON with numbers.John MacFarlane1-5/+8
2019-03-28Use strict instead of lazy sum.John MacFarlane1-2/+2
2019-03-27Writers.Shared.metaValueToJSON: use Number Values for integers.John MacFarlane1-4/+9
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