Age | Commit message (Expand) | Author | Files | Lines |
2019-04-15 | RST writer: treat Span as transparent. | John MacFarlane | 1 | -0/+3 |
2019-04-10 | LaTeX reader: add braces when resolving `\DeclareMathOperator`. | John MacFarlane | 1 | -1/+2 |
2019-04-07 | Asciify.hs: add Turkish undotted-i (#5434) | Mauro Bieg | 1 | -0/+1 |
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 | Vimwiki reader: improve handling of internal links. | John MacFarlane | 1 | -5/+12 |
2019-04-05 | PowerPoint writer code style fix | Jesse Rosenthal | 1 | -30/+14 |
2019-04-05 | PowerPoint writer: expand builtin reference doc to model all layouts | Jesse Rosenthal | 1 | -0/+4 |
2019-04-04 | PowerPoint writer: Always open up in slide view | Jesse Rosenthal | 1 | -8/+26 |
2019-04-03 | Add support for go with --listings. | John MacFarlane | 1 | -0/+1 |
2019-04-02 | Fix harmless error in file-scope code. | John MacFarlane | 1 | -2/+2 |
2019-04-02 | Add XWiki Support (#4167) | Derek Chen-Becker | 3 | -1/+270 |
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-04-01 | Dokuwiki Reader fix: parse single curly brace (#5417) | Mauro Bieg | 1 | -1/+1 |
2019-03-31 | Pptx writer: Apply speaker snotes to metadata slide if applicable. | Jesse Rosenthal | 1 | -15/+35 |
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 | 2 | -5/+9 |
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 | Markdown reader: fenced div takes priority over setext header. | John MacFarlane | 1 | -2/+2 |
2019-03-28 | Ipynb reader: use `html` for a raw cell with no format. | John MacFarlane | 1 | -1/+1 |
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 | 2 | -5/+5 |
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-27 | ipynb reader: avoid introducing spurious `.0` on integers in metadata. | John MacFarlane | 1 | -1/+4 |
2019-03-27 | Drop support for ghc < 8. | John MacFarlane | 3 | -15/+0 |
2019-03-26 | JATS writer: Ensure that plain strings go inside `<pub-id>` tag. | John MacFarlane | 1 | -1/+9 |
2019-03-25 | HTML reader: read `data-foo` attribute into `foo`. | John MacFarlane | 1 | -1/+2 |
2019-03-22 | LaTeX writer: Fix footnotes in table caption and cells. | John MacFarlane | 1 | -13/+11 |
2019-03-22 | fetchItem: don't treat UNC paths as protocol-relative URLs. | John MacFarlane | 1 | -1/+2 |
2019-03-21 | Improve pdfSize in ImageSize by ignoring all whitespace in /MediaBox command ... | richarddavis | 1 | -1/+4 |
2019-03-21 | Docx writer: Use w:br without attributes for line breaks. | John MacFarlane | 1 | -4/+1 |
2019-03-20 | Improve pdfSize in ImageSize. | John MacFarlane | 1 | -20/+25 |
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-14 | Markdown writer: be sure implicit figures work in list contexts. | John MacFarlane | 1 | -11/+13 |
2019-03-11 | docx writer: avoid extra copy of abstractNum and num elements... | John MacFarlane | 1 | -1/+9 |
2019-03-10 | LaTeX reader: support `\underline`, `\ul`, `\uline` (#5359) | Paul Tilley | 1 | -0/+5 |
2019-03-10 | ipynb reader: removed vestigial ReaderOptions param. | John MacFarlane | 1 | -18/+16 |
2019-03-09 | ipynb reader: remove sensitivity to `raw_html`, `raw_tex` extensions. | John MacFarlane | 1 | -6/+2 |