Age | Commit message (Expand) | Author | Files | Lines |
2020-01-03 | Org writer: remove extra spaces from table cells | Albert Krewinkel | 1 | -1/+1 |
2020-01-01 | LaTeX writer: properly handle unnumbered headings level 4+. | John MacFarlane | 1 | -1/+1 |
2019-12-30 | BCP47: change getLang so it can handle block-level contents. | John MacFarlane | 1 | -3/+5 |
2019-12-27 | Fix parsing bug affected indented code after raw HTML. | John MacFarlane | 1 | -8/+10 |
2019-12-27 | Add a needed try. | John MacFarlane | 1 | -2/+3 |
2019-12-26 | Use HTTPS in copyright message (#6010) | Felix Yan | 1 | -1/+1 |
2019-12-22 | Ensure that later default file values for `variable` replace earlier ones. | John MacFarlane | 1 | -1/+3 |
2019-12-21 | HTML writer: more tweaks to avoid round-trip failures... | John MacFarlane | 1 | -2/+5 |
2019-12-21 | Fix regression with --number-sections. | John MacFarlane | 1 | -2/+1 |
2019-12-20 | Added glsl mime type for WebGL maps (#6000) | Jared Lander | 1 | -0/+1 |
2019-12-20 | Jira writer: use jira-wiki-markup renderer | Albert Krewinkel | 1 | -266/+222 |
2019-12-19 | Org reader: report errors properly | Albert Krewinkel | 1 | -2/+1 |
2019-12-19 | Org reader: fix parsing problem for colons in headline | Albert Krewinkel | 2 | -11/+27 |
2019-12-18 | Org reader: wrap named table in div, using name as id | Albert Krewinkel | 1 | -12/+10 |
2019-12-17 | Add jira reader (#5913) | Albert Krewinkel | 2 | -0/+176 |
2019-12-17 | Improved --toc generation. | John MacFarlane | 3 | -9/+5 |
2019-12-17 | PDF: Ensure UTF8 when printing source in --verbose mode. | John MacFarlane | 1 | -1/+1 |
2019-12-17 | Templates: strip directory before trying to find partial in data files. | John MacFarlane | 1 | -3/+4 |
2019-12-17 | Improved makeSections so we don't get doubled attributes. | John MacFarlane | 2 | -14/+19 |
2019-12-17 | HTML reader: Add "nav" to list of block-level tags. | John MacFarlane | 1 | -1/+2 |
2019-12-13 | Org reader: add table labels to caption if both are present | Albert Krewinkel | 1 | -3/+11 |
2019-12-12 | Change misleading module comment. | John MacFarlane | 1 | -1/+1 |
2019-12-11 | Improved template API and fixed a bug. Closes #5979. | John MacFarlane | 3 | -43/+65 |
2019-12-09 | More informative JSON parse error. | John MacFarlane | 1 | -1/+1 |
2019-12-08 | Use external emojis package. | John MacFarlane | 2 | -47/+7 |
2019-12-07 | Fix --toc-depth regression in 2.8. | John MacFarlane | 1 | -6/+6 |
2019-12-07 | Fix --toc-depth regression in 2.8. | John MacFarlane | 1 | -3/+3 |
2019-12-05 | Avoid deprecation warning for minimumDef using CPP. | John MacFarlane | 1 | -1/+6 |
2019-12-05 | Roll back part of of `--shift-heading-level-by` change. | John MacFarlane | 1 | -6/+0 |
2019-12-05 | HTML writer: add task-list class to ul if all elements are task list items. | John MacFarlane | 1 | -1/+10 |
2019-12-05 | Fix makeSections so it doesn't turn column divs into sections. | John MacFarlane | 1 | -1/+3 |
2019-12-04 | Fix regression with behavior of --variable. | John MacFarlane | 1 | -2/+8 |
2019-12-03 | Move data/emoji.json to emoji.json, add to extra-source-files. | John MacFarlane | 1 | -1/+1 |
2019-11-29 | Add `ascii_identifiers` as a supported extension for `markdown`. | John MacFarlane | 1 | -27/+25 |
2019-11-27 | Use `[|..|]` syntax to simplify Emoji.TH. | John MacFarlane | 1 | -6/+6 |
2019-11-27 | Remove redundant import. | John MacFarlane | 1 | -1/+0 |
2019-11-27 | Generate Emoji module with TH. | John MacFarlane | 2 | -1793/+43 |
2019-11-27 | LaTeX writer - hlint. | John MacFarlane | 1 | -29/+24 |
2019-11-27 | HTML writer: hlint improvements. | John MacFarlane | 1 | -25/+22 |
2019-11-27 | Removed useless cpp for old versions of blaze. | John MacFarlane | 1 | -14/+0 |
2019-11-27 | Removed unneeded pragma. | John MacFarlane | 1 | -1/+0 |
2019-11-26 | Add pdf to list of output formats (`--list-output-formats`). | John MacFarlane | 1 | -1/+2 |
2019-11-25 | EPUB writer: Fix regression with `--css option. | John MacFarlane | 1 | -9/+13 |
2019-11-25 | RST writers: Use grid tables for 1-column tables. | John MacFarlane | 1 | -1/+1 |
2019-11-24 | Add unexported Text.Pandoc.Readers.Metadata. | John MacFarlane | 3 | -105/+162 |
2019-11-22 | Jira writer: improve escaping of special chars (#5925) | Albert Krewinkel | 1 | -18/+9 |
2019-11-21 | LaTeX reader: parse \micro siunitx unit command (#5921) | Jose Luis Duran | 1 | -0/+1 |
2019-11-21 | TEI writer: don't strip hash from internal links. | John MacFarlane | 1 | -6/+2 |
2019-11-20 | Fix typos (#5919) | Brian Wignall | 1 | -1/+1 |
2019-11-19 | Improve markdown escaping in list items. | John MacFarlane | 1 | -27/+25 |