summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Shared.hs
AgeCommit message (Expand)Author
2024-03-18Export `isOrderedListMarker` from T.P.Writers.Shared.John MacFarlane
2023-10-05Man writer: Fix some spacing issues around links.John MacFarlane
2023-10-05T.P.Shared.splitSentences: don't split after initials.John MacFarlane
2023-01-21T.P.Writers.Shared: export setupTranslations [API change].John MacFarlane
2023-01-18Add param to tocToList for numberSections.John MacFarlane
2023-01-15Chunks: export `tocToList`Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-11Use 'literal tag' instead of 'text (T.unpack tag)' in tagWithAttrsWout Gevaert
2022-11-11[API change] Add functions htmlAddStyle, htmlAlignmentToString and htmlAttrs ...Wout Gevaert
2022-11-06Move SecInfo, toTOCTree to T.P.Chunks.John MacFarlane
2022-11-06Fix warnings.John MacFarlane
2022-11-06T.P.Writers.Shared: refactor toTableOfContents.John MacFarlane
2022-10-27T.P.Writers.Shared `toTableOfContents`: handle nested Divs better.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-04-18Fix compiler warnings from last commit.John MacFarlane
2022-04-18Don't replace links with empty spans in TOC.John MacFarlane
2022-03-18Writers.GridTable: improve module documentation.Albert Krewinkel
2022-02-23T.P.Writers.Shared: export ensureValidXmlIdentifiers.John MacFarlane
2022-02-11Put id attributes on TOC entries #7907 (#7913)damon-sava-stanley
2022-01-08Avoid blank lines after tight sublists in org, haddock.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres
2021-10-11T.P.Writers.Shared: remove 'breakable'...John MacFarlane
2021-10-11T.P.Writers.Shared: Export splitSentences as a Doc Text transform.John MacFarlane
2021-05-12Plain writer: handle superscript unicode minus.John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane
2020-07-29Writers/Shared: add missing function docsAlbert Krewinkel
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