Age | Commit message (Expand) | Author | Files | Lines |
2017-12-27 | Fix regression of DefinitionLists in custom writer | Albert Krewinkel | 1 | -1/+11 |
2017-12-27 | Fix custom writer regression | Albert Krewinkel | 1 | -2/+1 |
2017-12-26 | LaTeX writer: Allow fragile=singleslide attribute in beamer slides. | John MacFarlane | 1 | -2/+2 |
2017-12-26 | HTML writer: Use br elements in line blocks... | John MacFarlane | 1 | -2/+1 |
2017-12-23 | Plain writer: don't linkify table of contents. | John MacFarlane | 1 | -10/+12 |
2017-12-22 | RST writer: fix anchors for headers. | John MacFarlane | 1 | -1/+1 |
2017-12-22 | PowerPoint writer: Treat lists inside BlockQuotes as lists | Jesse Rosenthal | 1 | -1/+13 |
2017-12-21 | Merge pull request #4177 from stencila/jats-xml-reader | John MacFarlane | 1 | -18/+29 |
2017-12-21 | Merge branch 'master' of github.com:jgm/pandoc | John MacFarlane | 1 | -2/+8 |
2017-12-21 | Docx writer: ensure that `distArchive` is the one that comes with pandoc. | John MacFarlane | 1 | -2/+6 |
2017-12-21 | JATS writer: Make <p> optional in <td> and <th> (#4178) | Hamish Mackenzie | 1 | -0/+3 |
2017-12-21 | jats writer: Self closing tags for empty xref (#4187) | Hamish Mackenzie | 1 | -2/+5 |
2017-12-22 | Improve support for code language in JATS | Hamish Mackenzie | 1 | -18/+29 |
2017-12-21 | Change notes to a smaller size. | Jesse Rosenthal | 1 | -5/+22 |
2017-12-21 | PowerPoint writer: Add ability to force size. | Jesse Rosenthal | 1 | -2/+6 |
2017-12-21 | PowerPoint writer: Implement notes | Jesse Rosenthal | 1 | -2/+30 |
2017-12-21 | PowerPoint writer: Register notes to state. | Jesse Rosenthal | 1 | -0/+8 |
2017-12-21 | Add Note state to PowerPoint writer. | Jesse Rosenthal | 1 | -0/+2 |
2017-12-21 | Implement basic definition list functionality to PowerPoint writer. | Jesse Rosenthal | 1 | -0/+9 |
2017-12-21 | Org writer: do not wrap "-" to avoid accidental bullet lists | Alexander Krotov | 1 | -7/+12 |
2017-12-21 | Muse reader: parse anchors immediately after headings as IDs | Alexander Krotov | 1 | -1/+1 |
2017-12-19 | Muse writer: don't wrap note references to the next line | Alexander Krotov | 1 | -1/+7 |
2017-12-19 | Fix for #4171 fix: don't wrap note references after SoftBreak | Alexander Krotov | 1 | -0/+2 |
2017-12-18 | Org writer: don't allow fn refs to wrap to beginning of line. | John MacFarlane | 1 | -1/+5 |
2017-12-15 | LaTeX writer: use \renewcommand for \textlatin with babel. | John MacFarlane | 1 | -4/+7 |
2017-12-14 | Merge pull request #4148 from stencila/jats-figures | John MacFarlane | 1 | -14/+37 |
2017-12-14 | Deduplicate JATS writer image mime type code | Hamish Mackenzie | 1 | -15/+14 |
2017-12-13 | Removed whitespace at ends of line. | John MacFarlane | 2 | -38/+38 |
2017-12-13 | Custom writer: use init file to setup Lua interpreter | Albert Krewinkel | 1 | -11/+12 |
2017-12-13 | Custom writer: define instances for newtype wrapper | Albert Krewinkel | 1 | -69/+57 |
2017-12-13 | fig, table-wrap & caption Divs for JATS writer | Hamish Mackenzie | 1 | -6/+30 |
2017-12-11 | Fix comment that confused compiler. | Jesse Rosenthal | 1 | -2/+0 |
2017-12-11 | Remove redundant imports from Docx writer. | Jesse Rosenthal | 1 | -3/+0 |
2017-12-11 | Add Powerpoint writer. | Jesse Rosenthal | 1 | -0/+1665 |
2017-12-11 | Create shared OOXML writer file. | Jesse Rosenthal | 2 | -33/+110 |
2017-12-10 | Changes for skylighting-0.5. | John MacFarlane | 2 | -5/+5 |
2017-12-09 | Man writer: omit internal links. | John MacFarlane | 1 | -0/+2 |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 3 | -20/+27 |
2017-12-03 | Removed unnecessary import. | John MacFarlane | 1 | -1/+1 |
2017-12-03 | commonmark/gfm writer: use raw html for native divs/spans. | John MacFarlane | 1 | -4/+14 |
2017-12-03 | HTML writer: export tagWithAttributes. | John MacFarlane | 1 | -2/+19 |
2017-12-03 | commonmark/gfm writer: implement `raw_html` and `raw_tex` extensions. | John MacFarlane | 1 | -6/+12 |
2017-12-02 | Docx writer: allow empty paragraphs. | John MacFarlane | 2 | -4/+8 |
2017-12-02 | LaTeX writer: escape `_` in code with --listings. | John MacFarlane | 1 | -1/+1 |
2017-12-01 | LaTeX writer: allow specifying just width or height for image size. | John MacFarlane | 1 | -1/+6 |
2017-12-01 | LaTeX writer: escape ~ in code with --listings. | John MacFarlane | 1 | -1/+1 |
2017-12-01 | Revert "LaTeX writer: Add keepaspectratio to includegraphics..." | John MacFarlane | 1 | -6/+1 |
2017-11-30 | LaTeX writer: Add keepaspectratio to includegraphics... | John MacFarlane | 1 | -1/+6 |
2017-11-29 | Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt. | John MacFarlane | 2 | -5/+8 |
2017-11-28 | Support `--webtex` for `gfm` output. | John MacFarlane | 2 | -9/+18 |