index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Shared.hs
Age
Commit message (
Expand
)
Author
2024-02-28
Fix regression in section numbering.
John MacFarlane
2024-02-13
Shared.addPandocAttributes: use `wrapper` attribute, not `wrap`.
John MacFarlane
2024-02-03
Shared: `makeSections` behavior changes.
John MacFarlane
2024-02-03
Shared.makeSections: more elegant code for section number calculation.
John MacFarlane
2023-11-25
Shared.renderTags': use minimized tag for rect.
John MacFarlane
2023-11-25
Shared.renderTags': allow svg path element to be minimized.
John MacFarlane
2023-11-05
T.P.Shared: export `combineAttr`.
John MacFarlane
2023-10-28
Shared: improve isTightList...
John MacFarlane
2023-09-20
T.P.Shared: add addPandocAttributes function.
John MacFarlane
2023-07-11
SelfContained: Use inline svg instead of data uris...
John MacFarlane
2023-01-13
Remove block constructor Null from the code base.
John MacFarlane
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-20
Shared: use LineBreak as default block sep in blocksToInlines
Albert Krewinkel
2022-12-08
Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATOR
Albert Krewinkel
2022-10-19
Text.Pandoc.Shared: remove `findM` [API change].
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove deprecated `makeMeta` [API change].
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `ordNub` [API change].
John MacFarlane
2022-10-19
T.P.Shared: remove `mapLeft` [API change].
John MacFarlane
2022-10-19
Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]
John MacFarlane
2022-10-19
Split Text.Pandoc.Version from Text.Pandoc.Shared.
John MacFarlane
2022-10-18
T.P.Shared: remove `escapeURI`, `isURI`.
John MacFarlane
2022-10-18
Revert "Markdown reader: avoid duplicate ids with auto_identifiers."
John MacFarlane
2022-10-18
Markdown reader: avoid duplicate ids with auto_identifiers.
John MacFarlane
2022-10-03
Rename T.P.Network.HTTP -> T.P.URI.
John MacFarlane
2022-10-03
Separate 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-27
T.P.Shared: deprecate makeMeta
John MacFarlane
2022-09-27
T.P.Shared: deprecate notElemText
John MacFarlane
2022-09-27
T.P.Shared: removed deprecated `deLink`.
John MacFarlane
2022-09-27
T.P.Shared: Removed deprecated `crFilter`.
John MacFarlane
2022-09-18
Add prefixes to identifiers with `--file-scope`. (#8282)
John MacFarlane
2022-08-03
Deprecate deLink.
John MacFarlane
2022-07-04
Ensure that Nulls are ignored in creating slide shows.
John MacFarlane
2022-06-20
LaTeX: Handle formatted text inside code inline (#8129)
Elliot Bobrow
2022-06-02
makeSections: don't make a section for a div with class "fragments".
John MacFarlane
2022-04-08
Shared.taskListItemToAscii: handle asciidoctor's characters.
John MacFarlane
2022-03-13
Shared: define ordNub as alias for nubOrd from containers package (#7963)
Albert Krewinkel
2022-03-12
Document more functions in T.P.Parsing and T.P.Shared.
Albert Krewinkel
2022-01-19
Modify stringify so it ignores `[Citation]` inside `Cite`.
John MacFarlane
2022-01-17
T.P.Shared.defaultUserDataDir: behavior change.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-12-19
Add a writer for Markua 0.10 (#7729)
binaarinen
2021-12-11
fix(IpynbOutput)!: rank always favors output format
Kolen Cheung
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
2021-10-11
Remove splitSentences from T.P.Shared [API change].
John MacFarlane
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-04-17
Move getLang from BCP47 -> T.P.Writers.Shared.
John MacFarlane
[next]