aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)Author
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2025-12-11T.P.Shared: export hasLineBreaks.John MacFarlane
2025-02-16T.P.Shared, makeSections: put some attributes on section element only.John MacFarlane
2025-01-29Handle <abbr> as a span-like inlineEvan Silberman
2024-12-14Remove redundant null checkJoseph C. Sible
2024-09-13T.P.Shared addPandocAttributes - modify for new commonmark-pandoc.John MacFarlane
2024-09-09Remove Text.Pandoc.Shared.stripEmptyParagraphs [API change]Albert Krewinkel
2024-09-08Text.Pandoc.Shared: add `makeSectionsWithOffsets` [API change].John MacFarlane
2024-06-17Make `gfm_auto_identifiers` work as advertised.John MacFarlane
2024-05-10Collect transforms in new module T.P.Transforms. [API change]Albert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-02-28Fix regression in section numbering.John MacFarlane
2024-02-13Shared.addPandocAttributes: use `wrapper` attribute, not `wrap`.John MacFarlane
2024-02-03Shared: `makeSections` behavior changes.John MacFarlane
2024-02-03Shared.makeSections: more elegant code for section number calculation.John MacFarlane
2023-11-25Shared.renderTags': use minimized tag for rect.John MacFarlane
2023-11-25Shared.renderTags': allow svg path element to be minimized.John MacFarlane
2023-11-05T.P.Shared: export `combineAttr`.John MacFarlane
2023-10-28Shared: improve isTightList...John MacFarlane
2023-09-20T.P.Shared: add addPandocAttributes function.John MacFarlane
2023-07-11SelfContained: Use inline svg instead of data uris...John MacFarlane
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-20Shared: use LineBreak as default block sep in blocksToInlinesAlbert Krewinkel
2022-12-08Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATORAlbert Krewinkel
2022-10-19Text.Pandoc.Shared: remove `findM` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove deprecated `makeMeta` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `ordNub` [API change].John MacFarlane
2022-10-19T.P.Shared: remove `mapLeft` [API change].John MacFarlane
2022-10-19Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]John MacFarlane
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-18Revert "Markdown reader: avoid duplicate ids with auto_identifiers."John MacFarlane
2022-10-18Markdown reader: avoid duplicate ids with auto_identifiers.John MacFarlane
2022-10-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-09-30[API Change] Rename `pandocVersion` to `pandocVersionText`...Albert Krewinkel
2022-09-27T.P.Shared: deprecate makeMetaJohn MacFarlane
2022-09-27T.P.Shared: deprecate notElemTextJohn MacFarlane
2022-09-27T.P.Shared: removed deprecated `deLink`.John MacFarlane
2022-09-27T.P.Shared: Removed deprecated `crFilter`.John MacFarlane
2022-09-18Add prefixes to identifiers with `--file-scope`. (#8282)John MacFarlane
2022-08-03Deprecate deLink.John MacFarlane
2022-07-04Ensure that Nulls are ignored in creating slide shows.John MacFarlane
2022-06-20LaTeX: Handle formatted text inside code inline (#8129)Elliot Bobrow
2022-06-02makeSections: don't make a section for a div with class "fragments".John MacFarlane
2022-04-08Shared.taskListItemToAscii: handle asciidoctor's characters.John MacFarlane
2022-03-13Shared: define ordNub as alias for nubOrd from containers package (#7963)Albert Krewinkel