summaryrefslogtreecommitdiff
path: root/test
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: 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-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel
2021-11-19Lua tests: reset path and cpath when testing 'require' fallback.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-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert 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-11Writers.Shared: Improve toLegacyTable.Christian Despres
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel
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-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel
2021-11-05Support for <indexterm>s when reading DocBook (#7607)Rowan Rodrik van der Molen
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane
2021-11-02Lua: fix typo in SoftBreak constructorAlbert Krewinkel
2021-11-02Lua tests: ensure Inline elements have all expected propertiesAlbert Krewinkel
2021-11-02Lua: re-add `content` property to Strikeout elementsAlbert Krewinkel
2021-11-02Lua: be more forgiving when retrieving the Image `caption` propertyAlbert Krewinkel
2021-11-02Lua: display Attr values using their native Haskell representationAlbert Krewinkel
2021-11-02Lua: allow omitting the 2nd parameter in pandoc.Code constructorAlbert Krewinkel
2021-11-02Lua: allow to compare, show Citation valuesAlbert Krewinkel
2021-11-02Lua tests: ensure Block elements have expected propertiesAlbert Krewinkel
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel
2021-11-01Lua: restore List behavior of MetaListAlbert Krewinkel
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel
2021-10-29Docx writer: add IDs to native_numbering testTristan Stenner
2021-10-29Update test golden master for docx native numberingTristan Stenner
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel
2021-10-28Lua: fix placement of tests for Block elements in pandoc module testsAlbert Krewinkel
2021-10-27Lua: re-add `t` and `tag` property to Attr valuesAlbert Krewinkel
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-10-26Lua: marshal SimpleTable 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-24Fix more epub files in epub reader tests.John MacFarlane
2021-10-24Clean up wasteland.epub and formatting.epub from reader tests.John MacFarlane