Age | Commit message (Expand) | Author | Files | Lines |
2017-12-08 | README: fix groff ms link | Albert Krewinkel | 1 | -0/+1 |
2017-12-07 | Add '-threaded' to ghc-options for executable. | John MacFarlane | 1 | -1/+1 |
2017-12-06 | Markdown reader: accept processing instructions as raw HTML. | John MacFarlane | 2 | -2/+9 |
2017-12-06 | Lua filters: use script to initialize the interpreter | Albert Krewinkel | 5 | -14/+46 |
2017-12-02 | Lua filters: refactor lua module handling | Albert Krewinkel | 8 | -71/+204 |
2017-12-04 | Bump lower bound of hslua | Albert Krewinkel | 3 | -3/+3 |
2017-12-06 | hlint Muse reader and tests | Alexander Krotov | 2 | -8/+8 |
2017-12-06 | Muse reader: add test for #disable-tables directive in Emacs mode | Alexander Krotov | 1 | -7/+13 |
2017-12-06 | Muse reader: don't allow emphasis to be preceded by letter | Alexander Krotov | 2 | -2/+16 |
2017-12-05 | Muse reader: support multiline directives in Amusewiki mode | Alexander Krotov | 1 | -4/+24 |
2017-12-04 | reveal.js template: add title-slide identifier to title slide. | John MacFarlane | 1 | -1/+1 |
2017-12-04 | Rewrite empty_paragraphs test so it will run on Windows. | John MacFarlane | 1 | -4/+4 |
2017-12-04 | Markdown reader: Don't parse native div as table caption. | John MacFarlane | 2 | -1/+19 |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 15 | -80/+175 |
2017-12-04 | MANUAL: note on extensions in gfm. | John MacFarlane | 1 | -2/+3 |
2017-12-04 | Muse reader: add underline support in Emacs Muse mode | Alexander Krotov | 2 | -1/+11 |
2017-12-03 | Update changelog. | John MacFarlane | 1 | -3/+17 |
2017-12-03 | Include default CSS for 'underline' class in HTML-based templates. | John MacFarlane | 16 | -0/+16 |
2017-12-03 | Removed unnecessary import. | John MacFarlane | 1 | -1/+1 |
2017-12-03 | Test for #4113. | John MacFarlane | 1 | -0/+12 |
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 | Bump bounds for binary, http-types, tasty-hunit | John MacFarlane | 1 | -3/+3 |
2017-12-02 | Update man page and MANUAL date. | John MacFarlane | 2 | -4/+19 |
2017-12-02 | Update changelog. | John MacFarlane | 1 | -1/+18 |
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 | 5 | -19/+39 |
2017-12-02 | Shared.blocksToInlines: rewrote using builder. | John MacFarlane | 1 | -24/+27 |
2017-12-02 | Add --strip-empty-paragraphs option. | John MacFarlane | 3 | -5/+30 |
2017-12-02 | Bump to 2.0.4, update changelog. | John MacFarlane | 2 | -1/+130 |
2017-12-02 | Update tested-with. | John MacFarlane | 1 | -1/+1 |
2017-12-02 | LaTeX writer: escape `_` in code with --listings. | John MacFarlane | 1 | -1/+1 |
2017-12-01 | revealjs template: added a necessary escape. | John MacFarlane | 1 | -1/+1 |
2017-12-01 | reveal.js template: include tex2jax configuration. | John MacFarlane | 1 | -0/+12 |
2017-12-01 | LaTeX writer: allow specifying just width or height for image size. | John MacFarlane | 2 | -2/+7 |
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 | 2 | -7/+2 |
2017-12-01 | pandoc.lua: set metatable on List MetaValues | Albert Krewinkel | 1 | -10/+10 |
2017-12-01 | Lua/StackInstances: push Pandoc and Meta via constructor | Albert Krewinkel | 3 | -7/+31 |
2017-12-01 | lua-filters.md: add documentation for pandoc.List | Albert Krewinkel | 2 | -10/+128 |
2017-12-01 | List.lua: add missing fixes as discussed in #4099 | Albert Krewinkel | 3 | -24/+35 |
2017-11-30 | LaTeX writer: Add keepaspectratio to includegraphics... | John MacFarlane | 2 | -2/+7 |
2017-11-30 | Use latest tagsoup. | John MacFarlane | 3 | -4/+6 |
2017-11-29 | Support beamer `\alert` in LaTeX reader. Closes #4091. | John MacFarlane | 2 | -0/+7 |
2017-11-29 | List.lua: add _VERSION to module, drop unused var | Albert Krewinkel | 1 | -4/+3 |
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 | 2 | -2/+10 |
2017-11-28 | Add basic lua List module (#4099) | Albert Krewinkel | 4 | -46/+174 |
2017-11-28 | Temporarily disable round-trip block test for muse reader. | John MacFarlane | 1 | -4/+6 |