Age | Commit message (Expand) | Author | Files | Lines |
2020-07-23 | Further improvements to ams theorem support, and a test. | John MacFarlane | 1 | -0/+41 |
2020-07-22 | Docx writer: support --number-sections. | John MacFarlane | 28 | -0/+0 |
2020-07-21 | RST reader: fix csv tables with multiline cells. | John MacFarlane | 2 | -0/+30 |
2020-07-19 | Remove use of cmark-gfm for commonmark/gfm rendering. | John MacFarlane | 4 | -7/+7 |
2020-07-19 | Merge pull request #6495 from tarleb/html5-figure-accessiblity | John MacFarlane | 5 | -7/+7 |
2020-07-17 | Jira writer: keep image caption as alt attribute | Albert Krewinkel | 1 | -2/+2 |
2020-07-15 | Use selnolig to selectively suppress ligatures with lualatex. | John MacFarlane | 4 | -0/+12 |
2020-07-12 | Merge pull request #6513 from brisad/master | John MacFarlane | 2 | -0/+39 |
2020-07-08 | Escape starting periods in ms writer code blocks | Michael Hoffmann | 2 | -0/+39 |
2020-07-07 | [Docx Reader] Refactor/update smushInlines | Nikolay Yakimov | 2 | -1/+1 |
2020-07-02 | Revert "Ipnyb: allow lossless round-tripping of markdown cell content." | John MacFarlane | 1 | -3/+3 |
2020-07-01 | HTML writer: improve alt-text/caption handling for HTML5 | Albert Krewinkel | 5 | -7/+7 |
2020-07-01 | Org reader: respect tables-excluding export setting | Albert Krewinkel | 1 | -0/+8 |
2020-06-30 | Org reader: respect export setting disabling footnotes | Albert Krewinkel | 1 | -0/+16 |
2020-06-30 | Ipnyb: allow lossless round-tripping of markdown cell content. | John MacFarlane | 1 | -3/+3 |
2020-06-30 | Org reader: respect export setting which disables entities | Albert Krewinkel | 1 | -0/+6 |
2020-06-29 | Org reader: keep unknown keyword lines as raw org | Albert Krewinkel | 1 | -2/+5 |
2020-06-29 | Org reader: unify keyword handling | Albert Krewinkel | 1 | -48/+56 |
2020-06-29 | Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settings | Albert Krewinkel | 1 | -29/+49 |
2020-06-29 | Org reader: allow multiple #+SUBTITLE export settings | Albert Krewinkel | 1 | -0/+7 |
2020-06-28 | JATS reader: parse abstract element into metadata field of same name (#6482) | Albert Krewinkel | 1 | -0/+17 |
2020-06-28 | Org reader: read `#+INSTITUTE` values as text with markup | Albert Krewinkel | 1 | -0/+4 |
2020-06-28 | Org tests: group export settings test for Org reader | Albert Krewinkel | 1 | -74/+79 |
2020-06-28 | Org reader: update behavior of author, keywords export settings | Albert Krewinkel | 1 | -20/+35 |
2020-06-27 | Org reader: read description lines as inlines | Albert Krewinkel | 1 | -5/+17 |
2020-06-25 | Org reader: honor tex export option | Albert Krewinkel | 1 | -0/+73 |
2020-06-23 | LaTeX reader: Retain the Div around tables with attributes. | John MacFarlane | 1 | -25/+26 |
2020-06-23 | Add test for #6481. | John MacFarlane | 1 | -0/+38 |
2020-06-22 | Handle native Underline in Powerpoint writer. | John MacFarlane | 2 | -0/+0 |
2020-06-22 | Use native Underline instead of Span in Jira | John MacFarlane | 2 | -3/+2 |
2020-06-22 | Jira writer: always escape braces | Albert Krewinkel | 1 | -1/+1 |
2020-06-20 | Recognize images with uppercase extensions | Albert Krewinkel | 1 | -0/+4 |
2020-06-14 | Docbook reader: implement <procedure> (#6442) | Mathieu Boespflug | 2 | -1/+30 |
2020-06-14 | Docbook: map <simplesect> to unnumbered section (#6436) | Mathieu Boespflug | 2 | -0/+8 |
2020-05-20 | Add "summary" to list of block-level HTML tags. | John MacFarlane | 1 | -0/+18 |
2020-05-18 | Propagate (DY)LD_LIBRARY_PATH in tests (#6376) | Lila | 2 | -9/+14 |
2020-05-18 | Use CSS in favor of <br> for display math (#6372) | Lila | 7 | -4/+10 |
2020-05-16 | Docx writer: enable column and row bands for tables. | John MacFarlane | 28 | -0/+0 |
2020-05-12 | LaTeX writer: create hypertarget for links with identifier. | John MacFarlane | 1 | -0/+6 |
2020-05-12 | Use latest skylighting. | John MacFarlane | 4 | -14/+14 |
2020-05-12 | Lua: fix regression in package searcher | Albert Krewinkel | 2 | -0/+8 |
2020-05-02 | LaTeX Writer: Add support for customizable alignment of columns in beamer (#6... | andrebauer | 1 | -0/+40 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 10 | -16/+14 |
2020-04-24 | RST writer: properly handle images with same alt text. | John MacFarlane | 1 | -0/+14 |
2020-04-22 | AsciiDoc writer: add blank line after Div. | John MacFarlane | 1 | -0/+18 |
2020-04-20 | Haddock Writer: Support Haddock tables | Joe Hermaszewski | 1 | -70/+70 |
2020-04-19 | More fixes for round-trip tests of HTML reader. | John MacFarlane | 1 | -6/+10 |
2020-04-18 | Fixed round-trip HTML tests. | John MacFarlane | 1 | -0/+5 |
2020-04-17 | Markdown writer: avoid unnecessary escapes before intraword `_` | John MacFarlane | 2 | -1/+15 |
2020-04-17 | Merge pull request #6211 from tarleb/lua-pandocerror | John MacFarlane | 2 | -11/+11 |