Age | Commit message (Expand) | Author | Files | Lines |
2017-12-13 | Lua filters: drop unused code, language extensions | Albert Krewinkel | 1 | -11/+1 |
2017-12-13 | Custom writer: define instances for newtype wrapper | Albert Krewinkel | 1 | -69/+57 |
2017-12-13 | Markdown reader: always use four space rule for example lists. | John MacFarlane | 1 | -9/+16 |
2017-12-12 | Markdown: Improved computation of relative cell widths in pipe tables. | John MacFarlane | 1 | -1/+1 |
2017-12-12 | Pipe tables: use full text width for tables with wrapping cells. | John MacFarlane | 1 | -2/+2 |
2017-12-13 | fig, table-wrap & caption Divs for JATS writer | Hamish Mackenzie | 1 | -6/+30 |
2017-12-11 | `--pdf-engine-opt`: fix bug where option order was reversed. | John MacFarlane | 1 | -1/+1 |
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 | Integrate Powerpoint writer into pandoc. | Jesse Rosenthal | 3 | -0/+5 |
2017-12-11 | Add Powerpoint writer. | Jesse Rosenthal | 1 | -0/+1665 |
2017-12-11 | Add necessary powerpoint functions to Class. | Jesse Rosenthal | 1 | -0/+64 |
2017-12-11 | Create shared OOXML writer file. | Jesse Rosenthal | 2 | -33/+110 |
2017-12-10 | Changes for skylighting-0.5. | John MacFarlane | 3 | -6/+7 |
2017-12-10 | Lua filters: fix package loading for Lua 5.1 | Albert Krewinkel | 1 | -1/+4 |
2017-12-09 | Man writer: omit internal links. | John MacFarlane | 1 | -0/+2 |
2017-12-08 | LaTeX reader: fix \ before newline. | John MacFarlane | 1 | -3/+14 |
2017-12-06 | Markdown reader: accept processing instructions as raw HTML. | John MacFarlane | 1 | -2/+3 |
2017-12-06 | Lua filters: use script to initialize the interpreter | Albert Krewinkel | 2 | -13/+9 |
2017-12-02 | Lua filters: refactor lua module handling | Albert Krewinkel | 4 | -56/+190 |
2017-12-06 | hlint Muse reader and tests | Alexander Krotov | 1 | -4/+4 |
2017-12-06 | Muse reader: don't allow emphasis to be preceded by letter | Alexander Krotov | 1 | -2/+12 |
2017-12-05 | Muse reader: support multiline directives in Amusewiki mode | Alexander Krotov | 1 | -4/+24 |
2017-12-04 | Markdown reader: Don't parse native div as table caption. | John MacFarlane | 1 | -1/+1 |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 7 | -33/+52 |
2017-12-04 | Muse reader: add underline support in Emacs Muse mode | Alexander Krotov | 1 | -1/+7 |
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 | Docx reader: don't strip out empty paragraphs. | John MacFarlane | 1 | -3/+1 |
2017-12-02 | Shared.blocksToInlines: rewrote using builder. | John MacFarlane | 1 | -24/+27 |
2017-12-02 | Add --strip-empty-paragraphs option. | John MacFarlane | 2 | -5/+24 |
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-12-01 | Lua/StackInstances: push Pandoc and Meta via constructor | Albert Krewinkel | 1 | -7/+5 |
2017-12-01 | List.lua: add missing fixes as discussed in #4099 | Albert Krewinkel | 1 | -1/+1 |
2017-11-30 | LaTeX writer: Add keepaspectratio to includegraphics... | John MacFarlane | 1 | -1/+6 |
2017-11-29 | Support beamer `\alert` in LaTeX reader. Closes #4091. | John MacFarlane | 1 | -0/+1 |
2017-11-29 | Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt. | John MacFarlane | 2 | -5/+8 |
2017-11-29 | Muse reader: correctly remove indentation from notes | Alexander Krotov | 1 | -2/+2 |
2017-11-28 | Add basic lua List module (#4099) | Albert Krewinkel | 1 | -5/+23 |
2017-11-28 | Added --print-highlight-style option. | John MacFarlane | 1 | -1/+26 |
2017-11-28 | Support `--webtex` for `gfm` output. | John MacFarlane | 2 | -9/+18 |
2017-11-28 | make normalizeDate more forgiving (#4101) | Mauro Bieg | 1 | -1/+1 |
2017-11-27 | Fix --help output for --highlight-style to include FILE (#4098) | Mauro Bieg | 1 | -1/+1 |
2017-11-27 | Muse reader: parse "~~" as non-breaking space in Emacs mode | Alexander Krotov | 1 | -0/+7 |