Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 | 2 | -14/+16 |
2019-03-08 | Allow -o/--output to be used with --print-*. | John MacFarlane | 1 | -6/+15 |
2019-03-07 | Add inNote to Footcite and Footcites | John MacFarlane | 1 | -2/+2 |
2019-03-07 | Add tectonic as an option for --pdf-engine. (#5346) | Cormac Relf | 2 | -30/+82 |
2019-03-06 | filterIpynbOutput - go back to just including one block per format. | John MacFarlane | 1 | -4/+3 |
2019-03-06 | Fixed mistake in filterIpynbOutput (prefer lower, not higher rank!) | John MacFarlane | 1 | -4/+3 |
2019-03-06 | Improve filterIpynbOutput. | John MacFarlane | 1 | -4/+7 |
2019-03-06 | ipynb writer: recurse into native divs for output cell data. | John MacFarlane | 1 | -0/+1 |
2019-03-06 | Shared.filterIpynbOutput: 'best' should include everything for ipynb. | John MacFarlane | 1 | -1/+5 |
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-02 | JATS reader: Support fig-group block element (#5317). | John MacFarlane | 1 | -1/+4 |
2019-03-02 | Shared: remove withTempDir. | John MacFarlane | 1 | -17/+0 |
2019-03-02 | Use XDG data directory for user data directory. | John MacFarlane | 2 | -15/+17 |
2019-03-02 | Add new exported function defaultUserDataDirs | John MacFarlane | 1 | -1/+17 |
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 | Rearrange --help output in a more rational way. | John MacFarlane | 1 | -279/+280 |
2019-03-01 | PDF: change types of subsidiary functions to PandocIO,... | John MacFarlane | 1 | -70/+70 |
2019-03-01 | Make `--fail-if-warnings` work for PDF output. | John MacFarlane | 1 | -4/+10 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 133 | -2421/+0 |
2019-02-28 | Markdown Reader: yamlToMeta respects extensions (#5276) | Mauro Bieg | 2 | -7/+7 |
2019-02-28 | Shared: add filterIpynbOutput. [API change] | John MacFarlane | 4 | -10/+62 |
2019-02-28 | ipynb writer: only include metadata under 'jupyter' field. | John MacFarlane | 1 | -1/+1 |
2019-02-27 | Add latexmk as an option for --pdf-engine. | John MacFarlane | 2 | -80/+73 |
2019-02-27 | Translations: reorder alphabetically (#5335) | Mauro Bieg | 1 | -13/+13 |
2019-02-27 | PowerPoint writer: add underlines | Jesse Rosenthal | 1 | -0/+3 |
2019-02-25 | Shared.compactify: Avoid mixed lists. | John MacFarlane | 1 | -7/+6 |
2019-02-23 | JATS reader: fix parsing of figures. | John MacFarlane | 1 | -18/+27 |
2019-02-22 | Add section identifiers support for FB2 writer (#5315) | John | 1 | -35/+28 |
2019-02-21 | Docx reader: Start adding comment to combine module | Jesse Rosenthal | 1 | -0/+40 |
2019-02-20 | Escape slashes so haddock doesn't think they're italics (#5322) | Chris Martin | 1 | -1/+1 |
2019-02-18 | Docx reader: Trim space inside the last inline. | Jesse Rosenthal | 1 | -1/+2 |
2019-02-18 | hlint Muse | Alexander Krotov | 2 | -3/+3 |