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
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
2021-04-08
Fix regression in grid tables for wide characters.
John MacFarlane
2021-03-21
Simplify T.P.Asciify and export toAsciiText [API change].
John MacFarlane
2021-03-20
T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.
John MacFarlane
2021-03-19
T.P.Shared: Remove ToString, ToText typeclasses [API change].
John MacFarlane
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
2021-03-12
Simplify compactDL.
John MacFarlane
2021-03-05
Shared: Change defaultUserDataDirs -> defaultUserDataDir.
John MacFarlane
2021-02-20
T.P.Shared: remove some obsolete functions [API change].
John MacFarlane
2021-02-18
T.P.Shared: cleanup.
John MacFarlane
2021-02-13
T.P.Shared: export `handleTaskListItem`. [API change]
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-05-05
Shared.makeSections: omit number attribute when unnumbered class...
John MacFarlane
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
2020-04-17
Merge pull request #6224 from despresc/better-tables
John MacFarlane
2020-04-16
Shared: renderTags': use self-closing tag for col element.
John MacFarlane
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Remove the onlySimpleCellBodies function from Shared
despresc
2020-04-15
Implement the new Table type
despresc
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-08
Factor out a findM function (#6125)
Joseph C. Sible
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
2019-12-17
Improved makeSections so we don't get doubled attributes.
John MacFarlane
2019-12-07
Fix --toc-depth regression in 2.8.
John MacFarlane
2019-12-05
Roll back part of of `--shift-heading-level-by` change.
John MacFarlane
2019-12-05
Fix makeSections so it doesn't turn column divs into sections.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-11-11
Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...
Florian Beeres
2019-10-29
Shared.makeSections: better behavior in some corner cases.
John MacFarlane
[next]