Age | Commit message (Expand) | Author | Files | Lines |
2020-02-12 | Introduce new format variants for JATS (#6067) | Albert Krewinkel | 3 | -42/+107 |
2020-02-12 | LaTeX reader: improve caption and label parsing. | John MacFarlane | 2 | -23/+36 |
2020-02-12 | HTML reader: don't parse `data-id` as `id` attribute. | John MacFarlane | 1 | -1/+9 |
2020-02-12 | Moved html5Attributes, html4Attributes, rdfaAttributes... | John MacFarlane | 2 | -348/+354 |
2020-02-11 | LaTeX reader: resolve `\ref` to table numbers. | John MacFarlane | 2 | -25/+43 |
2020-02-10 | Fix spurious dots in markdown_mmd metadata output | John MacFarlane | 1 | -1/+1 |
2020-02-08 | Org reader: simplify parsing of sub- and superscripts | Albert Krewinkel | 1 | -11/+11 |
2020-02-08 | reveal.js: ensure that pauses work even in title slides. | John MacFarlane | 1 | -4/+6 |
2020-02-08 | Factor out a findM function (#6125) | Joseph C. Sible | 3 | -18/+13 |
2020-02-08 | Use <$> instead of >>= and return (#6128) | Joseph C. Sible | 1 | -1/+1 |
2020-02-08 | Clean up after "hlint --refactor" (#6129) | Joseph C. Sible | 3 | -8/+7 |
2020-02-08 | More cleanup (#6130) | Joseph C. Sible | 2 | -8/+7 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 40 | -222/+187 |
2020-02-07 | Resolve HLint warnings | Albert Krewinkel | 42 | -177/+156 |
2020-02-07 | More in-depth refactoring and cleanup (#6123) | Joseph C. Sible | 8 | -44/+40 |
2020-02-07 | Various minor cleanups and refactoring (#6117) | Joseph C. Sible | 15 | -63/+56 |
2020-02-06 | Use traverse instead of reimplementing it (#6124) | Joseph C. Sible | 2 | -8/+3 |
2020-02-05 | Simplify an overcomplicated filtering function (#6115) | Joseph C. Sible | 1 | -1/+1 |
2020-02-05 | Fix --number-offset with HTML TOC. | John MacFarlane | 1 | -10/+19 |
2020-02-05 | MediaWiki writer: prevent triple `[[[`. | John MacFarlane | 1 | -1/+11 |
2020-02-05 | LaTeX reader: skip comments in more places where this is needed. | John MacFarlane | 2 | -19/+21 |
2020-02-04 | Remove our bool function (#6116) | Joseph C. Sible | 2 | -9/+1 |
2020-02-04 | Add timing info for filters in `--verbose` mode. | John MacFarlane | 2 | -5/+30 |
2020-02-03 | Allow & in LaTeX citation keys. | John MacFarlane | 1 | -1/+1 |
2020-02-03 | Swap suboptimal uses of maybe and fromMaybe (#6111) | Joseph C. Sible | 5 | -13/+13 |
2020-02-03 | Fix duplicate frame classes in LaTeX/Beamer output. | John MacFarlane | 1 | -2/+2 |
2020-02-03 | Clean up overcomplicated maybe logic (#6105) | Joseph C. Sible | 1 | -8/+6 |
2020-02-03 | Clean up a confusing triple negative (#6102) | Joseph C. Sible | 1 | -5/+5 |
2020-02-01 | Text.Pandoc.Readers.CSV - reuse CSV parser from Text.Pandoc.CSV. | John MacFarlane | 1 | -65/+5 |
2020-02-01 | Fix bug in Text.Pandoc.CSV. | John MacFarlane | 1 | -4/+4 |
2020-01-31 | Support 'bibliography' and 'csl' fields in defaults file. | John MacFarlane | 2 | -24/+42 |
2020-01-31 | csv reader: allow empty cells. | John MacFarlane | 1 | -7/+5 |
2020-01-31 | Add Text.Pandoc.Readers.CSV (readCSV). | John MacFarlane | 3 | -0/+112 |
2020-01-28 | Added a try that was needed for the commit fc78be1. | John MacFarlane | 1 | -1/+1 |
2020-01-19 | Docx writer: fix regression with Compact style on tight lists. (#6073) | John MacFarlane | 1 | -1/+9 |
2020-01-15 | Lua filters: allow filtering of element lists (#6040) | Albert Krewinkel | 3 | -29/+114 |
2020-01-12 | HTML writer: fix duplicate attributes on headings. | John MacFarlane | 1 | -9/+10 |
2020-01-10 | LaTeX reader: allow beamer overlays for all commands in all raw tex. | John MacFarlane | 1 | -10/+10 |
2020-01-08 | Change setVariable to use Text instead of String. | John MacFarlane | 2 | -21/+20 |
2020-01-08 | LaTeX reader: improve parsing of raw environments. | John MacFarlane | 1 | -1/+1 |
2020-01-07 | Jira writer: fix output of table headers | Albert Krewinkel | 1 | -4/+4 |
2020-01-07 | Fix regression in handling of columns in beamer slides. | John MacFarlane | 1 | -5/+6 |
2020-01-07 | Reveal.js writer: restore old behavior for 2D nesting. | John MacFarlane | 1 | -11/+17 |
2020-01-05 | Fix regression in beamer slide structure with certain slide levels. | John MacFarlane | 1 | -8/+17 |
2020-01-05 | Fix revealjs slide structure regression with certain slide levels. | John MacFarlane | 1 | -6/+8 |
2020-01-04 | Added a needed pragma. | John MacFarlane | 1 | -0/+1 |
2020-01-04 | Add type annotations to assist ghci. | John MacFarlane | 4 | -7/+13 |
2020-01-04 | Remove unneeded import. | John MacFarlane | 1 | -1/+1 |
2020-01-04 | HTML writer: Add newlines to make slide show output more readable. | John MacFarlane | 1 | -6/+8 |
2020-01-03 | PDF: fix runTeXProgram so that the input source is always overwritten. | John MacFarlane | 1 | -22/+23 |