aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Update copyright year (#6186)Albert Krewinkel34-35/+35
2020-03-13Jira reader: support colored inline text, indented listsAlbert Krewinkel1-0/+4
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane1-39/+39
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane1-14/+14
2020-03-05Fix man reader test for previous change.John MacFarlane1-1/+1
2020-02-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane1-10/+0
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane1-0/+10
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley1-0/+32
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot2-0/+28
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel8-2/+2247
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane3-16/+17
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane1-0/+31
2020-02-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane1-0/+12
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane1-0/+18
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane9-51/+50
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-3/+3
2020-02-05MediaWiki writer: prevent triple `[[[`.John MacFarlane1-0/+10
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane1-0/+7
2020-02-03Fix duplicate frame classes in LaTeX/Beamer output.John MacFarlane1-0/+27
2020-01-31csv reader: allow empty cells.John MacFarlane1-1/+5
2020-01-31Add Text.Pandoc.Readers.CSV (readCSV).John MacFarlane1-0/+17
2020-01-27Fix test suite for new skylighting.John MacFarlane1-2/+2
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel4-1/+57
2020-01-12HTML writer: fix duplicate attributes on headings.John MacFarlane1-0/+6
2020-01-11Lua: add methods `insert`, `remove`, and `sort` to pandoc.ListAlbert Krewinkel1-40/+80
2020-01-11pandoc.List.lua: make `pandoc.List` a callable constructorAlbert Krewinkel1-0/+9
2020-01-11Add tests for pandoc.List moduleAlbert Krewinkel2-0/+113
2020-01-10LaTeX reader: allow beamer overlays for all commands in all raw tex.John MacFarlane1-0/+8
2020-01-08LaTeX reader: improve parsing of raw environments.John MacFarlane1-0/+11
2020-01-07Jira writer: fix output of table headersAlbert Krewinkel1-0/+5
2020-01-07Fix regression in handling of columns in beamer slides.John MacFarlane1-0/+91
2020-01-07Reveal.js writer: restore old behavior for 2D nesting.John MacFarlane1-1/+19
2020-01-05Fix regression in beamer slide structure with certain slide levels.John MacFarlane1-0/+43
2020-01-05Fix revealjs slide structure regression with certain slide levels.John MacFarlane1-0/+35
2020-01-03Fix test/tables.orgAlbert Krewinkel1-4/+4
2020-01-03Org writer: remove extra spaces from table cellsAlbert Krewinkel1-29/+29
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane1-1/+1
2019-12-30Update JATS dtd (#6020)Arfon Smith2-6/+6
2019-12-27Fix parsing bug affected indented code after raw HTML.John MacFarlane2-0/+37
2019-12-21HTML reader tests: modify round-trip tests...John MacFarlane1-0/+4
2019-12-20Jira writer: use jira-wiki-markup rendererAlbert Krewinkel2-146/+64
2019-12-19Org reader: fix parsing problem for colons in headlineAlbert Krewinkel1-0/+10
2019-12-18Org reader: wrap named table in div, using name as idAlbert Krewinkel2-9/+17
2019-12-17Add jira reader (#5913)Albert Krewinkel5-0/+587
2019-12-17Adjust test to work with Windows (I hope).John MacFarlane1-1/+1
2019-12-17Improved --toc generation.John MacFarlane1-0/+56
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane2-4/+4
2019-12-17Added test for #5986.John MacFarlane1-0/+16
2019-12-17Add section-divs command test (failing).John MacFarlane1-0/+25