aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung3-0/+72
2021-12-10Lua tests: remove roundtrip testsAlbert Krewinkel1-31/+4
2021-12-10Powerpoint tests: shorten lines by grouping testsAlbert Krewinkel1-189/+186
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung4-0/+516
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel1-1/+1
2021-12-07Add test for #7738.John MacFarlane1-0/+6
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane3-16/+21
2021-12-03Improve Markdown writer escaping.John MacFarlane6-5/+27
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane1-0/+8
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel1-28/+0
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel1-0/+6
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel2-760/+87
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane1-1/+1
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane1-3/+1
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane2-2/+14
2021-11-24Lua: allow single elements as singleton MetaBlocks/MetaInlinesAlbert Krewinkel1-1/+19
2021-11-23Improve detection of pipe table line widths.John MacFarlane1-0/+28
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel1-0/+28
2021-11-23Lua: split strings into words when treating them as Inline list (#7712)Albert Krewinkel1-2/+26
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel1-0/+18
2021-11-19Lua tests: reset path and cpath when testing 'require' fallback.John MacFarlane1-2/+4
2021-11-19MediaWiki writer: fix code for generating spans for header IDs.John MacFarlane2-2/+33
2021-11-19HTML writer: Don't create invalid `data-` attribute...John MacFarlane1-0/+6
2021-11-18MediaWiki writer: use HTML spans for anchors when header has id.John MacFarlane1-0/+27
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev1-0/+9
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel1-7/+17
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane1-0/+13
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel1-0/+18
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel1-15/+33
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres1-0/+16
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel1-4/+4
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane1-0/+36
2021-11-08Add `<titleabbr>` support to DocBook readerRowan Rodrik van der Molen3-1/+12
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel1-1/+9
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane3-6/+6
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel1-1/+29
2021-11-05Support for <indexterm>s when reading DocBook (#7607)Rowan Rodrik van der Molen2-0/+199
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane2-0/+2
2021-11-02Lua: fix typo in SoftBreak constructorAlbert Krewinkel1-0/+6
2021-11-02Lua tests: ensure Inline elements have all expected propertiesAlbert Krewinkel1-0/+81
2021-11-02Lua: re-add `content` property to Strikeout elementsAlbert Krewinkel1-3/+93
2021-11-02Lua: be more forgiving when retrieving the Image `caption` propertyAlbert Krewinkel1-0/+9
2021-11-02Lua: display Attr values using their native Haskell representationAlbert Krewinkel1-3/+3
2021-11-02Lua: allow omitting the 2nd parameter in pandoc.Code constructorAlbert Krewinkel1-7/+75
2021-11-02Lua: allow to compare, show Citation valuesAlbert Krewinkel1-0/+16
2021-11-02Lua tests: ensure Block elements have expected propertiesAlbert Krewinkel1-36/+202
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel1-0/+23
2021-11-01Lua: restore List behavior of MetaListAlbert Krewinkel1-0/+13
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel1-0/+10
2021-10-29Docx writer: add IDs to native_numbering testTristan Stenner2-3/+5