aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2021-12-15T.P.Citeproc: do not export getStyle, getCiteprocLang.John MacFarlane
2021-12-14Org writer: use the citation locator list from the org source code...John MacFarlane
2021-12-14Org reader: parse official org-cite citations.John MacFarlane
2021-12-14Markdown writer: avoid extra space before citation suffix...John MacFarlane
2021-12-14Markdown writer: ensure semicolon btw locator and next citation...John MacFarlane
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane
2021-12-13Org writer: add tests for org-cite citations, and improve support.John MacFarlane
2021-12-13Markdown reader: fix parsing of "bare locators"...John MacFarlane
2021-12-13Citeproc changes:John MacFarlane
2021-12-12Org writer: preliminary support for new org-cite syntax.John MacFarlane
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung
2021-12-11Custom reader: ensure old Readers continue to workAlbert Krewinkel
2021-12-11Custom reader: pass list of sources instead of concatenated textAlbert Krewinkel
2021-12-10Switch to released pandoc-lua-marshal-0.1.2Albert Krewinkel
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel
2021-12-08Ipynb writer: ensure deterministic order of keys.John MacFarlane
2021-12-07Revert "Markdown reader: Improve inlinesInBalancedBrackets."John MacFarlane
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane
2021-12-06Ms writer: properly encode strings for PDF contents.John MacFarlane
2021-12-05Commonmark writer: allow ')' delimiters on ordered lists.John MacFarlane
2021-12-03Improve Markdown writer escaping.John MacFarlane
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane
2021-11-24LaTeX reader: improve references.John MacFarlane
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane
2021-11-24Lua: allow single elements as singleton MetaBlocks/MetaInlinesAlbert Krewinkel
2021-11-23Improve detection of pipe table line widths.John MacFarlane
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel
2021-11-23Lua: split strings into words when treating them as Inline list (#7712)Albert Krewinkel
2021-11-22Add .yml to Citeproc formatFromExtension (#7706)Jörn Krenzer
2021-11-21yamlBsToRefs: allow multiple YAML documents.John MacFarlane
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel
2021-11-19Lua: fix global module loading (#7701)Albert Krewinkel
2021-11-19Remove unused line.John MacFarlane
2021-11-19MediaWiki writer: fix code for generating spans for header IDs.John MacFarlane
2021-11-19HTML writer: Don't create invalid `data-` attribute...John MacFarlane
2021-11-18MediaWiki writer: use HTML spans for anchors when header has id.John MacFarlane
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev
2021-11-17Babel mappings: use ancientgreek for grc.John MacFarlane
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel
2021-11-16Lua: make loading of global LPeg modules more robustAlbert Krewinkel
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel
2021-11-12JATS writer: add URL to element citation entriesAlbert Krewinkel