summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)Author
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
2022-03-12Document more functions in T.P.Parsing and T.P.Shared.Albert Krewinkel
2022-01-19Modify stringify so it ignores `[Citation]` inside `Cite`.John MacFarlane
2022-01-17T.P.Shared.defaultUserDataDir: behavior change.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-11Remove splitSentences from T.P.Shared [API change].John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane