summaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
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
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres
2021-11-11Lua: load `re` module available into global of the same nameAlbert Krewinkel
2021-11-10Fix parsing of `%` in bibtex fields.John MacFarlane
2021-11-09Require ghc >= 8.6, base >= 4.12.John MacFarlane
2021-11-09Accept empty `--metadata-file`.John MacFarlane
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel
2021-11-08With `-t latex-smart`, don't generate `\ldots` from ellipsis.John MacFarlane
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane
2021-11-08Add `<titleabbr>` support to DocBook readerRowan Rodrik van der Molen
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane
2021-11-06Pass ReaderOptions to custom readers as second parameter.John MacFarlane
2021-11-06Lua: add Pushable instance for ReaderOptionsAlbert Krewinkel
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel
2021-11-05Add interface for custom readers written in Lua. (#7671)John MacFarlane
2021-11-05Support for <indexterm>s when reading DocBook (#7607)Rowan Rodrik van der Molen
2021-11-05T.P.Error: sort errors in handleError by exit codeAlbert Krewinkel
2021-11-05Lua: display Pandoc values using their native Haskell representationAlbert Krewinkel
2021-11-05Lua: always load lpeg as global moduleAlbert Krewinkel
2021-11-04Lua: include lpeg module (#7649)Albert Krewinkel
2021-11-04Allow `plain` to be used in raw attribute syntax.John MacFarlane
2021-11-03Lua: add missing space in "package not found" messageAlbert Krewinkel
2021-11-02Markdown reader: Improve inlinesInBalancedBrackets.John MacFarlane
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane