index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Shared.hs
Age
Commit message (
Expand
)
Author
2025-12-12
Fix imports to avoid warning about foldl'.
John MacFarlane
2025-12-11
T.P.Shared: export hasLineBreaks.
John MacFarlane
2025-02-16
T.P.Shared, makeSections: put some attributes on section element only.
John MacFarlane
2025-01-29
Handle <abbr> as a span-like inline
Evan Silberman
2024-12-14
Remove redundant null check
Joseph C. Sible
2024-09-13
T.P.Shared addPandocAttributes - modify for new commonmark-pandoc.
John MacFarlane
2024-09-09
Remove Text.Pandoc.Shared.stripEmptyParagraphs [API change]
Albert Krewinkel
2024-09-08
Text.Pandoc.Shared: add `makeSectionsWithOffsets` [API change].
John MacFarlane
2024-06-17
Make `gfm_auto_identifiers` work as advertised.
John MacFarlane
2024-05-10
Collect transforms in new module T.P.Transforms. [API change]
Albert Krewinkel
2024-04-25
Update copyright dates to 2024.
John MacFarlane
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
[next]