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
Age
Commit message (
Expand
)
Author
2021-03-20
Update changelog, AUTHORS.
2.13
John MacFarlane
2021-03-20
Support `yaml_metadata_block` extension form commonmark, gfm.
John MacFarlane
2021-03-20
Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.
John MacFarlane
2021-03-20
Markdown reader: export `yamlMetaBlock`.
John MacFarlane
2021-03-20
Text.Pandoc.Parsing: remove F type synonym.
John MacFarlane
2021-03-20
T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...
John MacFarlane
2021-03-20
RST writer: use NonEmpty for init, last.
John MacFarlane
2021-03-20
Include Header.Attr.attributes as XML attributes on section
Erik Rask
2021-03-20
Add date on changelog
John MacFarlane
2021-03-20
Update man page and manual date.
John MacFarlane
2021-03-20
Bump to 2.13, update changelog
John MacFarlane
2021-03-20
T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.
John MacFarlane
2021-03-19
Tests: Use getExecutablePath from base...
John MacFarlane
2021-03-19
Fix fallback to default partials on templates.
John MacFarlane
2021-03-19
Tests: factor out setupEnvironment in Test.Helpers.
John MacFarlane
2021-03-19
Fix finding of data files from test programs.
John MacFarlane
2021-03-19
cabal.project: move flags: to top level (not under pandoc:).
John MacFarlane
2021-03-19
Hlint suggestion.
John MacFarlane
2021-03-19
CI: test with different flags.
John MacFarlane
2021-03-19
Narrow version bounds for skylighting, citeproc, and texmath.
John MacFarlane
2021-03-19
T.P.Shared: Remove ToString, ToText typeclasses [API change].
John MacFarlane
2021-03-19
Use skylighting 0.10.5.
John MacFarlane
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
2021-03-19
Use NonEmpty instead of minimumDef.
John MacFarlane
2021-03-19
Docx reader: Don't reimplement NonEmpty.
John MacFarlane
2021-03-18
Use minimumDef instead of minimum (partial function).
John MacFarlane
2021-03-18
Require safe >= 0.3.18 and remove cpp.
John MacFarlane
2021-03-18
Rewrite a foldl1 as a foldl'.
John MacFarlane
2021-03-18
Remove another foldr1 partial function use.
John MacFarlane
2021-03-18
T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.
John MacFarlane
2021-03-18
Don't bake in extra stack size to the executables.
John MacFarlane
2021-03-18
Minor revisions to provisional changelog.
John MacFarlane
2021-03-18
Bump to 2.12.1 and update changelog.
John MacFarlane
2021-03-18
Use -A8m for default rtsopts for benchmark
John MacFarlane
2021-03-18
Revert the -j related changes in make_artifacts.sh.
John MacFarlane
2021-03-18
Change -A256m to -A8m in GHCOPTS
John MacFarlane
2021-03-18
pandoc.cabal: bake in -A8m to rtsopts.
John MacFarlane
2021-03-18
build-arm.sh : remove strict checking on first ssh access
John MacFarlane
2021-03-18
make_artifacts.sh: try using -j for cabal rather than -j4 ghc-options.
John MacFarlane
2021-03-17
Use random 1.2.0 in stack.yaml.
John MacFarlane
2021-03-17
Docx writer: make nsid in abstractNum deterministic.
John MacFarlane
2021-03-17
Update bounds for random (#7156)
Alexey Kuleshevich
2021-03-17
Fix benchmark in ci.
John MacFarlane
2021-03-17
Benchmark improvements.
John MacFarlane
2021-03-17
Makefile: Add comment documenting benchmark settings.
John MacFarlane
2021-03-17
Fix regression with `tex_math_backslash` in Markdown reader.
John MacFarlane
2021-03-17
Add test for #7155.
John MacFarlane
2021-03-17
Remove unnecessary tasty-bench from extra-deps
John MacFarlane
2021-03-17
Revert "Makefile: add --static to quick target"
John MacFarlane
2021-03-16
Makefile: add --static to quick target
John MacFarlane
[next]