aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-29fix typo in custom-readers.md (#7722)Mauro Bieg1-1/+1
2021-11-28Bump pandoc-lua-marshall lower bound to 0.1.0.1 in cabal file.John MacFarlane1-1/+1
2021-11-28stack.yaml: use pandoc-lua-marshal-0.1.0.1Albert Krewinkel1-2/+1
2021-11-28doc/lua-filters.md: update docs on Blocks, Inlines, MetaValueAlbert Krewinkel1-75/+79
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel3-1/+44
2021-11-28Use published pandoc-lua-marshal packageAlbert Krewinkel1-5/+0
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel31-2893/+308
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane2-6/+4
2021-11-24LaTeX reader: improve references.John MacFarlane4-5/+27
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane2-5/+2
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane4-13/+24
2021-11-24Lua: allow single elements as singleton MetaBlocks/MetaInlinesAlbert Krewinkel2-1/+22
2021-11-23Improve detection of pipe table line widths.John MacFarlane3-20/+52
2021-11-23Simplify sample ris reader in doc/custom-readers.md.John MacFarlane1-22/+9
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel4-2/+57
2021-11-23Lua: split strings into words when treating them as Inline list (#7712)Albert Krewinkel2-6/+33
2021-11-22Add an example to custom-readers.md.John MacFarlane1-0/+52
2021-11-22Add .yml to Citeproc formatFromExtension (#7706)Jörn Krenzer1-0/+1
2021-11-21cabal.project: remove spurious source package stanza for texmath.John MacFarlane1-4/+4
2021-11-21Fix top-level header on changelog.John MacFarlane1-1/+1
2021-11-21Update changelog.John MacFarlane1-0/+6
2021-11-21yamlBsToRefs: allow multiple YAML documents.John MacFarlane1-2/+2
2021-11-21Update AUTHORS.mdJohn MacFarlane1-0/+4
2021-11-21Add custom-writers.md.John MacFarlane2-4/+55
2021-11-21Minor changelog edits.Albert Krewinkel1-7/+3
2021-11-21Rename doc/custom-reader.lua to doc/custom-readers.mdAlbert Krewinkel1-0/+0
2021-11-20Update man page.John MacFarlane2-13/+43
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