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
Age
Commit message (
Expand
)
Author
2021-04-15
Markdown reader: fix regression with -@citekey.
issue7219
John MacFarlane
2021-04-10
JATS writer: convert spans to <named-content> elements
Albert Krewinkel
2021-04-10
JATS writer: add footnote number as label in backmatter
Albert Krewinkel
2021-04-08
Fix regression in grid tables for wide characters.
John MacFarlane
2021-04-08
Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*
Albert Krewinkel
2021-04-05
Commonmark writer: Use backslash escapes for `<` and `|`...
John MacFarlane
2021-04-05
SelfContained: remove unneeded imports.
John MacFarlane
2021-04-05
JATS writer: escape disallows chars in identifiers
Albert Krewinkel
2021-04-05
SelfContained: use application/octet-stream for unknown mime types...
John MacFarlane
2021-04-02
Fix "phrase" in DocBook: take classes from "role" not "class".
John MacFarlane
2021-04-01
Org writer: Use LaTeX style maths deliminators (#7196)
tecosaur
2021-03-31
Treat tabs as spaces in ODT Reader. (#7185)
niszet
2021-03-29
Powerpoint writer: allow monofont to be specified in metadata...
John MacFarlane
2021-03-24
Fix DocBook reader mathml regression...
John MacFarlane
2021-03-21
Simplify T.P.Asciify and export toAsciiText [API change].
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
T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.
John MacFarlane
2021-03-19
Fix fallback to default partials on templates.
John MacFarlane
2021-03-19
Hlint suggestion.
John MacFarlane
2021-03-19
T.P.Shared: Remove ToString, ToText typeclasses [API change].
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-17
Docx writer: make nsid in abstractNum deterministic.
John MacFarlane
2021-03-17
Fix regression with `tex_math_backslash` in Markdown reader.
John MacFarlane
2021-03-16
Removed unused LANGUAGE pragmas.
John MacFarlane
2021-03-15
Remove an unneeded import
John MacFarlane
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
2021-03-14
Handle 'nocite' better with --biblatex and --natbib.
John MacFarlane
2021-03-13
T.P.App.FormatHeuristics: shorten code, improve docs.
Albert Krewinkel
2021-03-13
MediaWiki reader: Allow block-level content in notes (ref).
John MacFarlane
2021-03-13
Use integral values for w:tblW in docx.
John MacFarlane
2021-03-13
Jira reader: mark divs created from panels with class "panel".
Albert Krewinkel
2021-03-13
Jira writer: improve div/panel handling
Albert Krewinkel
2021-03-12
Citeproc: apply fixLinks correctly.
John MacFarlane
2021-03-12
Simplify compactDL.
John MacFarlane
2021-03-10
HTML writer: Add warnings on duplicate attribute values.
John MacFarlane
2021-03-09
RST reader: fix logic for ending comments.
John MacFarlane
2021-03-09
Org writer: fix operator precedence mistake in previous commit
Albert Krewinkel
[next]