Age | Commit message (Expand) | Author | Files | Lines |
2020-04-06 | Vimwiki reader: Add nested syntax highlighting (#6257) | Vlad Hanciuta | 2 | -0/+8 |
2020-04-04 | test/writer.jira: fix links, skip alias if it equals the target | Albert Krewinkel | 1 | -4/+4 |
2020-04-04 | Jira: support citations, attachment links, and user links | Albert Krewinkel | 2 | -3/+67 |
2020-04-03 | Jira reader: resolve parsing issues of blockquote, color | Albert Krewinkel | 2 | -2/+21 |
2020-04-01 | Add test fixes for docbook writer changes. | John MacFarlane | 2 | -8/+16 |
2020-03-31 | Jira reader: use span with class `underline` for inserted text | Albert Krewinkel | 1 | -0/+4 |
2020-03-31 | Jira writer: convert spans with class `underline` to inserted text | Albert Krewinkel | 2 | -0/+29 |
2020-03-31 | Jira writer tests: update image in test/writer.jira | Albert Krewinkel | 1 | -1/+1 |
2020-03-30 | Jira reader: retain image attributes | Albert Krewinkel | 1 | -0/+9 |
2020-03-28 | More cleanup (#6209) | Joseph C. Sible | 1 | -3/+2 |
2020-03-19 | Jira reader: fix parsing of tables without preceding blankline | Albert Krewinkel | 1 | -0/+5 |
2020-03-18 | Jira reader: fix parsing of strikeout, emphasis | Albert Krewinkel | 1 | -0/+4 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 34 | -35/+35 |
2020-03-13 | Jira reader: support colored inline text, indented lists | Albert Krewinkel | 1 | -0/+4 |
2020-03-07 | Ms writer: fix definition lists so indent even when... | John MacFarlane | 1 | -39/+39 |
2020-03-06 | Ms writer: use .QS/.QE instead of .RS/.RE for block quotes. | John MacFarlane | 1 | -14/+14 |
2020-03-05 | Fix man reader test for previous change. | John MacFarlane | 1 | -1/+1 |
2020-02-17 | Revert "Allow specifying string value in metadata using `!!literal` tag." | John MacFarlane | 1 | -10/+0 |
2020-02-17 | Allow specifying string value in metadata using `!!literal` tag. | John MacFarlane | 1 | -0/+10 |
2020-02-14 | Fixes: group biblatex citations even with prefix and suffix (#6058) | Ethan Riley | 1 | -0/+32 |
2020-02-13 | Add highlight directive to the rST reader (#6140) | Lucas Escot | 2 | -0/+28 |
2020-02-12 | Introduce new format variants for JATS (#6067) | Albert Krewinkel | 8 | -2/+2247 |
2020-02-12 | LaTeX reader: improve caption and label parsing. | John MacFarlane | 3 | -16/+17 |
2020-02-11 | LaTeX reader: resolve `\ref` to table numbers. | John MacFarlane | 1 | -0/+31 |
2020-02-10 | Fix spurious dots in markdown_mmd metadata output | John MacFarlane | 1 | -0/+12 |
2020-02-08 | reveal.js: ensure that pauses work even in title slides. | John MacFarlane | 1 | -0/+18 |
2020-02-08 | Use <$> instead of >>= and return (#6128) | Joseph C. Sible | 1 | -1/+1 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 9 | -51/+50 |
2020-02-07 | Various minor cleanups and refactoring (#6117) | Joseph C. Sible | 1 | -3/+3 |
2020-02-05 | MediaWiki writer: prevent triple `[[[`. | John MacFarlane | 1 | -0/+10 |
2020-02-05 | LaTeX reader: skip comments in more places where this is needed. | John MacFarlane | 1 | -0/+7 |
2020-02-03 | Fix duplicate frame classes in LaTeX/Beamer output. | John MacFarlane | 1 | -0/+27 |
2020-01-31 | csv reader: allow empty cells. | John MacFarlane | 1 | -1/+5 |
2020-01-31 | Add Text.Pandoc.Readers.CSV (readCSV). | John MacFarlane | 1 | -0/+17 |
2020-01-27 | Fix test suite for new skylighting. | John MacFarlane | 1 | -2/+2 |
2020-01-15 | Lua filters: allow filtering of element lists (#6040) | Albert Krewinkel | 4 | -1/+57 |
2020-01-12 | HTML writer: fix duplicate attributes on headings. | John MacFarlane | 1 | -0/+6 |
2020-01-11 | Lua: add methods `insert`, `remove`, and `sort` to pandoc.List | Albert Krewinkel | 1 | -40/+80 |
2020-01-11 | pandoc.List.lua: make `pandoc.List` a callable constructor | Albert Krewinkel | 1 | -0/+9 |
2020-01-11 | Add tests for pandoc.List module | Albert Krewinkel | 2 | -0/+113 |
2020-01-10 | LaTeX reader: allow beamer overlays for all commands in all raw tex. | John MacFarlane | 1 | -0/+8 |
2020-01-08 | LaTeX reader: improve parsing of raw environments. | John MacFarlane | 1 | -0/+11 |
2020-01-07 | Jira writer: fix output of table headers | Albert Krewinkel | 1 | -0/+5 |
2020-01-07 | Fix regression in handling of columns in beamer slides. | John MacFarlane | 1 | -0/+91 |
2020-01-07 | Reveal.js writer: restore old behavior for 2D nesting. | John MacFarlane | 1 | -1/+19 |
2020-01-05 | Fix regression in beamer slide structure with certain slide levels. | John MacFarlane | 1 | -0/+43 |
2020-01-05 | Fix revealjs slide structure regression with certain slide levels. | John MacFarlane | 1 | -0/+35 |
2020-01-03 | Fix test/tables.org | Albert Krewinkel | 1 | -4/+4 |
2020-01-03 | Org writer: remove extra spaces from table cells | Albert Krewinkel | 1 | -29/+29 |
2020-01-01 | LaTeX writer: properly handle unnumbered headings level 4+. | John MacFarlane | 1 | -1/+1 |