Age | Commit message (Expand) | Author | Files | Lines |
2018-10-20 | Man reader: block quotes (using RS..RE). | John MacFarlane | 2 | -2/+4 |
2018-10-20 | Man reader: parse TP as definition lists. | John MacFarlane | 2 | -1/+19 |
2018-10-20 | Man reader: handle shift in list style. | John MacFarlane | 1 | -6/+10 |
2018-10-20 | Powerpoint tests: test raw openxml | Jesse Rosenthal | 4 | -1/+7 |
2018-10-19 | Man reader: improve treatment of .TH. | John MacFarlane | 1 | -3/+2 |
2018-10-19 | Man reader: Improved header parsing. | John MacFarlane | 2 | -14/+14 |
2018-10-19 | Man writer: avoid unnecessary `.RS`/`.RE` pair in defn lists. | John MacFarlane | 1 | -38/+0 |
2018-10-19 | Man reader: properly handle multi-block list items. | John MacFarlane | 2 | -31/+31 |
2018-10-19 | Man reader: Added more tests for escapes. | John MacFarlane | 1 | -6/+11 |
2018-10-19 | Man reader: minor improvements. | John MacFarlane | 2 | -7/+13 |
2018-10-19 | More man reader test updates. | John MacFarlane | 1 | -6/+6 |
2018-10-19 | Update tests for last change to man reader. | John MacFarlane | 1 | -42/+42 |
2018-10-18 | Update man reader tests. | John MacFarlane | 3 | -32/+30 |
2018-10-18 | GroffChar: fixed interpretation of `\-`. | John MacFarlane | 2 | -19/+19 |
2018-10-18 | Merge branch 'Yanpas-groff_reader' | John MacFarlane | 6 | -0/+394 |
2018-10-18 | Groff escaping changes. | John MacFarlane | 5 | -44/+44 |
2018-10-17 | man/ms writers: use `\[at]` for escaped `@`. | John MacFarlane | 1 | -1/+1 |
2018-10-17 | Move common groff functions to Text.Pandoc.Writers.Groff | John MacFarlane | 6 | -64/+65 |
2018-10-17 | Man writer: use \f[R] instead of \f[] to reset font | Alexander Krotov | 2 | -44/+45 |
2018-10-17 | Muse reader: allow examples to be indented with tabs | Alexander Krotov | 1 | -0/+8 |
2018-10-17 | Muse reader: remove indentation from examples indicated by {{{ and }}} | Alexander Krotov | 1 | -0/+6 |
2018-10-16 | Merge branch 'groff_reader' of https://github.com/Yanpas/pandoc into Yanpas-g... | John MacFarlane | 6 | -0/+394 |
2018-10-17 | added old-style test | Yan Pas | 4 | -1/+288 |
2018-10-15 | Only override --quickcheck-tests=N if N is not default value (100). | John MacFarlane | 2 | -2/+12 |
2018-10-16 | builders | Yan Pas | 1 | -4/+4 |
2018-10-15 | LaTeX reader: make macroDef polymorphic and allow in inline context. | John MacFarlane | 1 | -2/+1 |
2018-10-15 | Added failing test case for macros. | John MacFarlane | 1 | -0/+18 |
2018-10-14 | Markdown writer: ensure blank between raw block and normal content. | John MacFarlane | 2 | -0/+8 |
2018-10-14 | Markdown reader: Fix awkward soft break movements before abbreviations. | John MacFarlane | 2 | -1/+32 |
2018-10-14 | tests, commented debug functions | Yan Pas | 1 | -19/+58 |
2018-10-11 | HTML reader: fix htmlTag and isInlineTag to accept processing instructions. | John MacFarlane | 1 | -0/+13 |
2018-10-10 | Test that Muse reader can parse code with = sign inside | Alexander Krotov | 1 | -0/+2 |
2018-10-10 | Muse reader: fix parsing of empty cells | Alexander Krotov | 1 | -0/+11 |
2018-10-09 | posix man files parsed successfully | Yan Pas | 1 | -2/+2 |
2018-10-09 | Docx writer: added framework for custom properties. | John MacFarlane | 26 | -0/+0 |
2018-10-08 | Fixed tests for new skylighting. | John MacFarlane | 3 | -9/+9 |
2018-10-08 | LaTeX writer: with `--biblatex`, use `\autocite` when possible. | John MacFarlane | 1 | -0/+22 |
2018-10-07 | RST reader: don't allow single-dash separator in headerless table. | John MacFarlane | 1 | -0/+10 |
2018-10-07 | LaTeX reader: fix bugs omitting raw tex. | John MacFarlane | 4 | -8/+21 |
2018-10-07 | RST reader: pass through fields in unknown directives as div attributes. | John MacFarlane | 1 | -0/+16 |
2018-10-07 | test suite and more secapes | Yan Pas | 1 | -0/+22 |
2018-10-07 | Merge branch 'master' into groff_reader | Yan Pas | 103 | -663/+2355 |
2018-10-06 | RST writer: use simple tables when possible. | John MacFarlane | 2 | -38/+30 |
2018-10-05 | Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951) | Brian Leung | 1 | -0/+11 |
2018-10-05 | CommonMark writer: add plain text fallbacks. (#4531) | quasicomputational | 1 | -0/+156 |
2018-10-05 | Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950) | Brian Leung | 1 | -0/+29 |
2018-10-05 | OpenDocument writer: Implement table caption numbering (#4949) | Nils Carlson | 1 | -4/+6 |
2018-10-05 | Muse reader: allow table caption to contain "+" | Alexander Krotov | 1 | -0/+8 |
2018-10-03 | OpenDocument writer: Implement figure numbering in captions (#4944) | Nils Carlson | 1 | -1/+1 |
2018-10-02 | OpenDocument writer: improve bullet/numbering alignment. | John MacFarlane | 1 | -189/+567 |