index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
Age
Commit message (
Expand
)
Author
2022-04-11
Revert "Add info about git commit and date to `--version` info."
John MacFarlane
2022-04-11
Add info about git commit and date to `--version` info.
John MacFarlane
2022-04-08
Commonmark/markua/gfm writers: avoid excessive indentation...
John MacFarlane
2022-04-08
Shared.taskListItemToAscii: handle asciidoctor's characters.
John MacFarlane
2022-04-06
JATS reader: strip `ref-` prefix from ref id in xref.
John MacFarlane
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
[next]