aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-20Bump to 2.16.2John MacFarlane1-1/+1
2021-11-20More changelog editsJohn MacFarlane1-4/+4
2021-11-20Minor changelog edits.John MacFarlane1-3/+3
2021-11-20Update changelog.John MacFarlane1-0/+162
2021-11-20Use released texmath.John MacFarlane1-3/+1
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel2-2/+31
2021-11-19Lua tests: reset path and cpath when testing 'require' fallback.John MacFarlane1-2/+4
2021-11-19Lua: fix global module loading (#7701)Albert Krewinkel1-7/+27
2021-11-19Remove unused line.John MacFarlane1-1/+0
2021-11-19MediaWiki writer: fix code for generating spans for header IDs.John MacFarlane3-3/+34
2021-11-19HTML writer: Don't create invalid `data-` attribute...John MacFarlane2-0/+7
2021-11-18MediaWiki writer: use HTML spans for anchors when header has id.John MacFarlane2-2/+35
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev2-8/+25
2021-11-18Add doc for custom-readers.John MacFarlane1-0/+599
2021-11-17Update build files (#7696)Fabián Heredia Montiel3-9/+4
2021-11-17Babel mappings: use ancientgreek for grc.John MacFarlane1-1/+1
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel3-33/+52
2021-11-16Use latest dev texmath.John MacFarlane2-1/+7
2021-11-16Lua: make loading of global LPeg modules more robustAlbert Krewinkel1-14/+20
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane2-1/+17
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel2-0/+19
2021-11-14Fix misspelled extension name in manual.John MacFarlane1-1/+1
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel2-15/+34
2021-11-12JATS writer: add URL to element citation entriesAlbert Krewinkel1-0/+1
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres2-1/+17
2021-11-11Lua: load `re` module available into global of the same nameAlbert Krewinkel2-28/+31
2021-11-11JATS template: fix incomplete previous commitAlbert Krewinkel3-4/+5
2021-11-11JATS template: fix equal-contrib attributeAlbert Krewinkel1-2/+1
2021-11-10Remove unneeded package dependencies from benchmark target.John MacFarlane1-3/+0
2021-11-10Fix parsing of `%` in bibtex fields.John MacFarlane1-5/+4
2021-11-09Require ghc >= 8.6, base >= 4.12.John MacFarlane5-50/+15
2021-11-09cabal.project: Require transformers >= 0.5.6.John MacFarlane1-1/+1
2021-11-09Require Cabal 2.4. Use wildcards...John MacFarlane1-84/+3
2021-11-09Accept empty `--metadata-file`.John MacFarlane1-0/+1
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel2-6/+6
2021-11-08With `-t latex-smart`, don't generate `\ldots` from ellipsis.John MacFarlane1-1/+1
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane2-18/+63
2021-11-08Remove some extra stuff from data/creole.lua.John MacFarlane1-7/+0
2021-11-08Add `<titleabbr>` support to DocBook readerRowan Rodrik van der Molen4-6/+24
2021-11-08Add disableLayout variable in revealjs templateChristophe Dervieux1-1/+1
2021-11-08stack.yaml: require latest lpegAlbert Krewinkel1-1/+1
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel3-2/+18
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane4-8/+8
2021-11-07Replace old sample custom reader with a full-featured reader for creole.John MacFarlane4-88/+200
2021-11-06Pass ReaderOptions to custom readers as second parameter.John MacFarlane3-8/+7
2021-11-06Fuller sample custom reader.John MacFarlane1-20/+63
2021-11-06Lua: add Pushable instance for ReaderOptionsAlbert Krewinkel1-1/+4
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel5-44/+177
2021-11-05Add interface for custom readers written in Lua. (#7671)John MacFarlane5-14/+135
2021-11-05CI: remove test on ghc 8.0.2.John MacFarlane1-5/+0