Age | Commit message (Expand) | Author | Files | Lines |
2019-06-11 | LaTeX writer: Don't highlight code in headings. | John MacFarlane | 1 | -3/+4 |
2019-06-11 | JATS writer: ensure validity of pub-date. | John MacFarlane | 1 | -0/+22 |
2019-06-11 | JATS writer: don't use break element for LineBreak. | John MacFarlane | 1 | -1/+2 |
2019-06-11 | JATS writer: wrap elements with p when needed. | John MacFarlane | 1 | -5/+43 |
2019-06-10 | LaTeX writer: Use mbox to get proper behavior inside `\sout`. | John MacFarlane | 1 | -6/+6 |
2019-06-10 | Asciidoc writer: use doubled ## when necessary for spans. | John MacFarlane | 1 | -1/+3 |
2019-06-10 | Asciidoc writer: ensure correct nesting strong/emph. | John MacFarlane | 1 | -0/+2 |
2019-06-08 | Roll back automatic figure/table numbering in ODT/OpenDocument. | John MacFarlane | 1 | -2/+11 |
2019-06-07 | LaTeX writer: Include inline code attributes with `--listings`. | John MacFarlane | 1 | -4/+12 |
2019-06-05 | Add jira writer (#5548) | Albert Krewinkel | 1 | -0/+322 |
2019-06-04 | Fix document section assignments in EPUB writer. | John MacFarlane | 1 | -4/+7 |
2019-06-03 | Avoid unwanted interpretation of def list term as other kind of block, | John MacFarlane | 1 | -4/+4 |
2019-06-01 | Textile writer: fix closing tag for math output | Albert Krewinkel | 1 | -1/+1 |
2019-05-29 | HTML writer: output video and audio elements | mb21 | 1 | -30/+22 |
2019-05-28 | HTML writer: emit empty alt tag in figures (#5518) | Mauro Bieg | 1 | -1/+1 |
2019-05-27 | EPUB writer: don't include 'landmarks' if there aren't any. | John MacFarlane | 1 | -9/+10 |
2019-05-27 | consolidate simple-table detection (#5524) | Mauro Bieg | 3 | -34/+6 |
2019-05-25 | Muse writer: do not escape empty line after <br> | Alexander Krotov | 1 | -4/+5 |
2019-05-22 | Markdown writer: Ensure the code fence is long enough. | John MacFarlane | 1 | -11/+10 |
2019-05-21 | Markdown writer: fix small error in ed73bd28 | Jesse Rosenthal | 1 | -4/+3 |
2019-05-21 | Markdown writer: Handle labels with integer names | Jesse Rosenthal | 1 | -3/+20 |
2019-05-16 | JATS writer: properly handle footnotes. | John MacFarlane | 1 | -7/+24 |
2019-05-15 | FB2 writer: do not wrap note references into <sup> and brackets | Alexander Krotov | 1 | -1/+1 |
2019-05-15 | hlint FB2 writer | Alexander Krotov | 1 | -27/+22 |
2019-05-12 | Org writer: always indent src blocks content by 2 spaces | Albert Krewinkel | 1 | -3/+1 |
2019-05-05 | Asciidoc writer: use `` `+...+` `` form for inline code. | John MacFarlane | 1 | -1/+1 |
2019-05-05 | Asciidoc writer: use proper smart quotes with asciidoctor. | John MacFarlane | 1 | -4/+10 |
2019-05-05 | LaTeX writer: don't produce columns environment unless beamer. | John MacFarlane | 1 | -2/+2 |
2019-05-04 | HTML writer: don't add variation selector if it's already there. | John MacFarlane | 1 | -1/+4 |
2019-05-04 | FB2 writer: use genre metadata field (#5478) | John | 1 | -1/+4 |
2019-05-04 | JATS writer: fix citations with PMID so they validate. | John MacFarlane | 1 | -6/+10 |
2019-05-04 | Improve c4a81fb941adf6c3bf524916c46623685d276f32. | John MacFarlane | 1 | -1/+1 |
2019-05-03 | metaToJSON: treat digits starting with 0 as a string... | John MacFarlane | 1 | -0/+3 |
2019-05-01 | Fix footnote in image caption. | John MacFarlane | 1 | -10/+16 |
2019-04-30 | HTML: prevent gratuitious emojification on iOS. | John MacFarlane | 1 | -1/+10 |
2019-04-23 | EPUB writer: Ensure unique ids for styleesheets in content.opf. | John MacFarlane | 1 | -3/+3 |
2019-04-20 | HTML writer: Add class="heading" to level 7+ Headers... | John MacFarlane | 1 | -1/+1 |
2019-04-16 | Tigthen up fix to #5446. | John MacFarlane | 1 | -2/+2 |
2019-04-15 | RST writer: treat Span as transparent. | John MacFarlane | 1 | -0/+3 |
2019-04-05 | More fixes to beamer table footnotes. | John MacFarlane | 1 | -14/+19 |
2019-04-05 | LaTeX writer: rename stInMinipage -> stExternalNotes | John MacFarlane | 1 | -13/+14 |
2019-04-05 | Make footnotes work properly in beamer tables. | John MacFarlane | 1 | -0/+6 |
2019-04-05 | PowerPoint writer code style fix | Jesse Rosenthal | 1 | -30/+14 |
2019-04-04 | PowerPoint writer: Always open up in slide view | Jesse Rosenthal | 1 | -8/+26 |
2019-04-02 | Add XWiki Support (#4167) | Derek Chen-Becker | 2 | -1/+267 |
2019-04-01 | PowerPoint writer: Remove handoutsMasterList from template presentation.xml | Jesse Rosenthal | 1 | -7/+9 |
2019-04-01 | PowerPoint writer: Build sp trees correctly | Jesse Rosenthal | 1 | -17/+19 |
2019-04-01 | PowerPoint writer: Correct application of reference doc for content | Jesse Rosenthal | 1 | -30/+16 |
2019-04-01 | PowerPoint writer: Make default placeholder type for template lookup | Jesse Rosenthal | 1 | -18/+42 |
2019-03-31 | Pptx writer: Apply speaker snotes to metadata slide if applicable. | Jesse Rosenthal | 1 | -15/+35 |