Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-04-17 | LaTeX reader: don't put surrounding Div around Table. | John MacFarlane | 1 | -26/+25 |
2020-04-17 | API change: use PandocError for exceptions in Lua subsystem | Albert Krewinkel | 2 | -11/+11 |
2020-04-15 | Modify toLegacyTable to cut up cells, add tests | despresc | 1 | -0/+61 |
2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc | 30 | -502/+205 |
2020-04-15 | Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors | despresc | 49 | -1803/+1803 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 58 | -3766/+4917 |
2020-04-15 | Implement the new Table type | despresc | 57 | -1863/+4361 |
2020-04-15 | Markdown Reader: Fix inline code in lists (#6284) | Nikolay Yakimov | 1 | -0/+47 |
2020-04-15 | JATS reader: handle "label" element in section title. | John MacFarlane | 1 | -0/+8 |
2020-04-11 | LaTeX writer: ensure that `-M csquotes` works even in fragment mode. | John MacFarlane | 1 | -0/+6 |
2020-04-11 | HTML reader: support <bdo> (#6271) | Tristan de Cacqueray | 1 | -0/+21 |
2020-04-09 | Jira reader: improve icon conversion | Albert Krewinkel | 1 | -1/+1 |
2020-04-07 | LaTeX reader: better handling of `\lettrine`. | John MacFarlane | 1 | -2/+2 |
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 |