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
2022-04-02
LaTeX reader: avoid a thunk in sRawTokens.
John MacFarlane
2022-04-01
Fix regression with `ascii_identifiers` and Turkish undotted i.
John MacFarlane
2022-03-31
Revert "Parsing.General: make manyChar1, etc. more strict."
John MacFarlane
2022-03-31
Parsing.General: make manyChar1, etc. more strict.
John MacFarlane
2022-03-31
RTF reader: increased stricness.
John MacFarlane
2022-03-31
Markdown reader: add some strictness.
John MacFarlane
2022-03-30
Lua: allow to pass Sources to pandoc.read (#8002)
Albert Krewinkel
2022-03-30
STrictness improvement in RTF reader.
John MacFarlane
2022-03-30
LaTeX writer: add () after booktabs rules.
John MacFarlane
2022-03-30
HTML writer: Further performance improvements.
John MacFarlane
2022-03-30
Add mime type for mkv extension (#7181).
John MacFarlane
2022-03-30
HTML writer: add a performance shortcut to strToHtml.
John MacFarlane
2022-03-29
Fixed two thunk leaks in RTF reader.
John MacFarlane
2022-03-29
JATS reader: handle pub-date.
John MacFarlane
2022-03-29
LaTeX writer: support `page`,`trim`,`clip` attributes on images.
John MacFarlane
2022-03-29
RST reader: wrap math in Span to preserve attributes (#7998)
Albert Krewinkel
2022-03-29
Refactor Text.Pandoc.Writers.EPUB (#7991)
Jonathan Dönszelmann
2022-03-29
Include Lua version in `--version` output. (#7997)
Albert Krewinkel
2022-03-29
Remove redundant dependency on hslua-marshalling.
Albert Krewinkel
2022-03-28
JATS reader: strip 'ref-' from ref id in constructing CSL id.
John MacFarlane
2022-03-28
JATS reader: improve refs parsing.
John MacFarlane
2022-03-28
JATS writer: Fix handling of CSL variable 'page'.
John MacFarlane
2022-03-28
JATS reader: support PMID, DOI, issue in citations.
John MacFarlane
2022-03-28
JATS writer: keep edition info in element citations.
Albert Krewinkel
2022-03-27
JATS writer: avoid doubled ref-list element.
John MacFarlane
2022-03-26
Docx writer: add bookmark with table id to table (#7989)
Nikolai Korobeinikov
2022-03-25
Rename T.P.Parsing.Combinators -> T.P.Parsing.General.
John MacFarlane
2022-03-25
T.P.Parsing: use explicit imports.
John MacFarlane
2022-03-25
More optimization of RTF reader.
John MacFarlane
2022-03-25
RTF reader: optimize parsing of unformatted text.
John MacFarlane
2022-03-25
Sources: small strictness optimization
John MacFarlane
2022-03-24
RTF reader: more memory usage optimizations.
John MacFarlane
2022-03-24
Small optimizations in RTF reader.
John MacFarlane
2022-03-24
[API change] Unify grid table parsing (#7971)
Albert Krewinkel
2022-03-24
RTF reader: more efficient parsing of command parameters.
John MacFarlane
2022-03-22
JATS writer: encode author "others" as `<etal/>`
Albert Krewinkel
2022-03-18
Parsing.GridTable: simplify column handling code.
Albert Krewinkel
2022-03-18
Writers.GridTable: improve module documentation.
Albert Krewinkel
2022-03-18
Markdown writer: move table-related code into submodule.
Albert Krewinkel
2022-03-16
Allow formatted bibliography to be placed in metadata fields.
John MacFarlane
2022-03-14
Remove `native_divs` from allowed gfm extensions.
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-03-12
LaTeX reader: better handling of `\usepackage`.
John MacFarlane
2022-03-12
T.P.Readers.LaTeX.Parsing: Monoid and Semigroup instances for TokStream.
John MacFarlane
2022-03-11
LaTeX reader: further optimizations for inline parsing.
John MacFarlane
2022-03-11
LaTeX reader: use custom TokStream...
John MacFarlane
2022-03-11
Parsing: partition module into (internal) submodules (#7962)
Albert Krewinkel
2022-03-11
Org writer: stop indenting property drawers, quote blocks
Albert Krewinkel
2022-03-10
Org reader: allow multiple `#+bibliography:`.
John MacFarlane
[next]