aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2022-05-17LaTeX template: fix links-as-notesAlbert Krewinkel
2022-05-01JATS template: include particles, prefix, suffix in namesAlbert Krewinkel
2022-04-26JATS template: unconditionally include permissions elementAlbert Krewinkel
2022-04-23LaTeX template: Fix <200c> character rendering (#8036)Hos Es
2022-04-04JATS template: allow multiple licenses to be given.Albert Krewinkel
2022-04-02JATS template: allow multiple copyright statements, years, holdersAlbert Krewinkel
2022-03-21LaTeX template: Move urlstyle and xurl commands to after hyperref.John MacFarlane
2022-03-14LaTeX template: Fix regression with code in footnotes...John MacFarlane
2022-03-13Remove special redefinition of `\sout`.John MacFarlane
2022-03-13LaTeX template: Move `\sout` correction after hyperref.John MacFarlane
2022-03-13LaTeX template: move hyperref near end of preamble.John MacFarlane
2022-03-02LaTeX template: skip \babelprovide if babel-lang is empty.John MacFarlane
2022-03-01RST writer: support all standard metadata ("bibliographic") fields.John MacFarlane
2022-02-24DocBook reader: handle complete set of entities...John MacFarlane
2022-01-31Custom writer: default to single quotes for stringsAlbert Krewinkel
2022-01-16CSS in HTML template: adjust #TOC and h1 on mobile (#7835)Mauro Bieg
2022-01-15Improve on fix to #7506.John MacFarlane
2022-01-15Man writer: use custom font V for inline code.John MacFarlane
2022-01-13HTML template: load header-includes before math (#7833)Kolen Cheung
2022-01-09EPUB template improvements.John MacFarlane
2022-01-09Improve abstract in HTML template.John MacFarlane
2022-01-09Add abstract to default html template (#7588)Jannik Buhr
2022-01-02ConTeXt template: make title appear in PDF title bar.John MacFarlane
2022-01-02Change reference.pptx to use 16:9 aspect ratio.John MacFarlane
2021-12-23JATS template: fix position of contrib affiliations in authoring setAlbert Krewinkel
2021-12-23JATS templates: fix affiliation tagging in articleauthoring outputAlbert Krewinkel
2021-12-23JATS templates: add support for article subtitlesAlbert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-11Custom reader: pass list of sources instead of concatenated textAlbert Krewinkel
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel
2021-11-11JATS template: fix incomplete previous commitAlbert Krewinkel
2021-11-11JATS template: fix equal-contrib attributeAlbert Krewinkel
2021-11-08Remove some extra stuff from data/creole.lua.John MacFarlane
2021-11-08Add disableLayout variable in revealjs templateChristophe Dervieux
2021-11-07Replace old sample custom reader with a full-featured reader for creole.John MacFarlane
2021-11-06Pass ReaderOptions to custom readers as second parameter.John MacFarlane
2021-11-06Fuller sample custom reader.John MacFarlane
2021-11-05Add interface for custom readers written in Lua. (#7671)John MacFarlane
2021-11-03Update bash_completion.tplS.P.H
2021-11-01Lua: load module `pandoc.path` on startupAlbert Krewinkel
2021-11-01Lua: restore List behavior of MetaListAlbert Krewinkel
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel
2021-10-26Lua: generate constants in module pandoc programmaticallyAlbert Krewinkel
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel