Age | Commit message (Expand) | Author | Files | Lines |
2019-03-30 | Pptx writer: Correctly handle notes after section-title header | Jesse Rosenthal | 1 | -3/+4 |
2019-03-30 | ipynb reader/writer: use format 'ipynb' for raw cell where no format given. | John MacFarlane | 1 | -3/+6 |
2019-03-29 | ipynb writer - consolidate adjacent raw blocks. | John MacFarlane | 1 | -2/+10 |
2019-03-29 | LaTeX writer: Avoid inadvertently creating ?` or !` ligatures. | John MacFarlane | 1 | -0/+8 |
2019-03-28 | HTML writer: Don't add data- prefix to RDFa attributes. | John MacFarlane | 1 | -2/+19 |
2019-03-28 | Ipynb writer: fixed carry-over of nbformat from metadata. | John MacFarlane | 1 | -1/+1 |
2019-03-28 | Shared - improve metaToJSON with numbers. | John MacFarlane | 1 | -5/+8 |
2019-03-28 | Markdown writer: better rendering of numbers. | John MacFarlane | 1 | -1/+4 |
2019-03-28 | Markdown writer: proper rendering of empty map in YAML metadata. | John MacFarlane | 1 | -1/+3 |
2019-03-28 | Use strict instead of lazy sum. | John MacFarlane | 1 | -2/+2 |
2019-03-27 | ipynb writer: preserve nbformat_minor if it's given. | John MacFarlane | 1 | -2/+10 |
2019-03-27 | Writers.Shared.metaValueToJSON: use Number Values for integers. | John MacFarlane | 1 | -4/+9 |
2019-03-26 | JATS writer: Ensure that plain strings go inside `<pub-id>` tag. | John MacFarlane | 1 | -1/+9 |
2019-03-22 | LaTeX writer: Fix footnotes in table caption and cells. | John MacFarlane | 1 | -13/+11 |
2019-03-21 | Docx writer: Use w:br without attributes for line breaks. | John MacFarlane | 1 | -4/+1 |
2019-03-18 | Improved fix to #5340 and added test. | John MacFarlane | 1 | -2/+2 |
2019-03-18 | Improve autolink detection in LaTeX reader. | John MacFarlane | 1 | -2/+2 |
2019-03-17 | Properly escape attributes in Markdown writer. | John MacFarlane | 1 | -4/+9 |
2019-03-11 | docx writer: avoid extra copy of abstractNum and num elements... | John MacFarlane | 1 | -1/+9 |
2019-03-09 | Markdown writer: improve handling of raw blocks/inline. | John MacFarlane | 1 | -34/+55 |
2019-03-09 | Ipynb reader/writer: better handling of cell metadata. | John MacFarlane | 1 | -7/+6 |
2019-03-06 | ipynb writer: recurse into native divs for output cell data. | John MacFarlane | 1 | -0/+1 |
2019-03-04 | LaTeX writer: Add classes for frontmatter support (#5353) | Andrew Dunning | 1 | -2/+2 |
2019-03-04 | LaTeX writer/template: better handling of front/main/backmatter. | John MacFarlane | 1 | -26/+29 |
2019-03-01 | LaTeX(Beamer) writer: include contents under headers < slidelevel. | John MacFarlane | 1 | -1/+8 |
2019-03-01 | HTML writer: include content under title slides. | John MacFarlane | 1 | -7/+9 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 36 | -659/+0 |
2019-02-28 | ipynb writer: only include metadata under 'jupyter' field. | John MacFarlane | 1 | -1/+1 |
2019-02-27 | PowerPoint writer: add underlines | Jesse Rosenthal | 1 | -0/+3 |
2019-02-22 | Add section identifiers support for FB2 writer (#5315) | John | 1 | -35/+28 |
2019-02-18 | hlint Muse | Alexander Krotov | 1 | -2/+2 |
2019-02-18 | Muse writer: escape secondary notes | Alexander Krotov | 1 | -7/+10 |
2019-02-18 | Move a comment in Muse Writer | Alexander Krotov | 1 | -1/+1 |
2019-02-15 | ipynb writer: don't create attachments for images with absolute URIs. | John MacFarlane | 1 | -2/+3 |
2019-02-15 | Revert "JATS writer: Support citations." | John MacFarlane | 1 | -4/+3 |
2019-02-15 | JATS writer: Support citations. | John MacFarlane | 1 | -3/+4 |
2019-02-10 | Implement aria roles doc-bibliography, doc-biblioentry, doc-biblioref. | John MacFarlane | 1 | -2/+10 |
2019-02-10 | JATS writer: wrap figure caption in <p> to fix validation (#5292) | Mauro Bieg | 1 | -1/+1 |
2019-02-09 | ipynb writer - ensure final newline. | John MacFarlane | 1 | -0/+1 |
2019-02-09 | Fixed asciidoc display math in list contexts. | John MacFarlane | 1 | -17/+46 |
2019-02-09 | Asciidoctor writer sets the stem attribute if it contains latexmath | TG | 1 | -1/+7 |
2019-02-09 | Adds Asciidoctor sprcific writer and tests | TG | 1 | -12/+29 |
2019-02-09 | AsciiDoc Writer: DisplayMath as asciidoc latexmath block | TG | 1 | -1/+4 |
2019-02-09 | AsciiDoc writer: change bulletListLevel and orderedListLevel... | John MacFarlane | 1 | -4/+4 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 36 | -73/+73 |
2019-02-02 | HTML5 writer: implement WAI-ARIA roles for (end)notes. | John MacFarlane | 1 | -12/+25 |
2019-02-01 | LaTeX writer: use right fold for escapeString. | John MacFarlane | 1 | -15/+13 |
2019-02-01 | LaTeX writer: code simplification in escaping. | John MacFarlane | 1 | -20/+21 |
2019-02-01 | Markdown writer: use markdown="1" when appropriate for Divs. | John MacFarlane | 1 | -0/+6 |
2019-02-01 | LaTeX writer: avoid `{}` after control sequences when escaping. | John MacFarlane | 1 | -26/+36 |