Age | Commit message (Expand) | Author | Files | Lines |
2019-11-17 | Ensure that options imply `--standalone` even in defaults file. | John MacFarlane | 1 | -14/+15 |
2019-11-16 | Ms writer: boldface definition terms in DefinitionLists. | John MacFarlane | 1 | -1/+2 |
2019-11-16 | ConTeXt writer: set csl-hanging-ident variable if needed. | John MacFarlane | 1 | -2/+6 |
2019-11-16 | ConTeXt writer: Use special environment for CSL references. | John MacFarlane | 1 | -0/+8 |
2019-11-16 | ConTeXt writer: use braces, not start/stop, for inline language tags. | John MacFarlane | 1 | -2/+2 |
2019-11-16 | Add `Ext_smart` to list of possible extensions for HTML. | John MacFarlane | 1 | -0/+1 |
2019-11-15 | RST writer: Improve spacing for tables with no width information. | John MacFarlane | 2 | -6/+26 |
2019-11-15 | LaTeX Reader: Add KOMA-Script metadata commands (#5910) | Andrew Dunning | 1 | -1/+8 |
2019-11-14 | Default files: Allow leaving input-files blank again. | John MacFarlane | 1 | -3/+4 |
2019-11-14 | Change optInputFiles to a `Maybe [FilePath]`. | John MacFarlane | 4 | -15/+21 |
2019-11-14 | Writers.Shared: Clean up code for adding metadata to variables. | John MacFarlane | 1 | -10/+9 |
2019-11-14 | Markdown reader: use take1WhileP for table row. | John MacFarlane | 1 | -1/+1 |
2019-11-14 | Markdown reader: Use take1WhileP for str. | John MacFarlane | 1 | -1/+3 |
2019-11-14 | Parsing: Rename takeWhileP -> take1WhileP and clean it up. | John MacFarlane | 1 | -9/+11 |
2019-11-14 | Allow combining `-Vheader-includes` and `--include-in-header`. | John MacFarlane | 1 | -15/+21 |
2019-11-14 | Fix regression preventing header-includes from being set using -V. | John MacFarlane | 1 | -1/+2 |
2019-11-14 | RST writer: fix backslash escaping after strings | Albert Krewinkel | 1 | -2/+2 |
2019-11-13 | Fix regression introduced by last commit. | John MacFarlane | 1 | -1/+2 |
2019-11-13 | Markdown reader: don't parse footnote body unless extension enabled. | John MacFarlane | 1 | -18/+20 |
2019-11-13 | Default files: combine with prior values when appropriate. | John MacFarlane | 1 | -21/+45 |
2019-11-13 | Use `atx-headers` rather than `setext-headers` in defaults file... | John MacFarlane | 1 | -2/+2 |
2019-11-13 | Ensure there's a blank line before RST tables. | John MacFarlane | 1 | -4/+5 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 124 | -5922/+6294 |
2019-11-11 | Fix typos (#5896) | Brian Wignall | 2 | -2/+2 |
2019-11-11 | Markdown reader: fix small super/subscript issue. | John MacFarlane | 1 | -2/+6 |
2019-11-11 | Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5... | Florian Beeres | 3 | -7/+16 |
2019-11-07 | DocBook reader: Fix bug with entities in mathphrase element. | John MacFarlane | 1 | -4/+2 |
2019-11-07 | Fix list fields in Opt so they aren't reversed. | John MacFarlane | 3 | -30/+30 |
2019-11-07 | Change merge behavior for metadata. | John MacFarlane | 3 | -10/+8 |
2019-11-06 | Add and apply filters in order (not reversed). | John MacFarlane | 3 | -10/+7 |
2019-11-06 | Allow singular input-file in defaults file. | John MacFarlane | 1 | -0/+4 |
2019-11-04 | Removed an unnecessary unpack. | John MacFarlane | 1 | -1/+1 |
2019-11-04 | HTML Reader/Writer - Add support for <var> and <samp> (#5861) | Amogh Rathore | 2 | -11/+22 |
2019-11-03 | PDF: don't assume tex log file is UTF8-encoded. | John MacFarlane | 1 | -2/+11 |
2019-11-03 | Docx reader: Only use LTR when it is overriding BiDi setting | Jesse Rosenthal | 3 | -2/+14 |
2019-11-03 | EPUB writer: ensure that `lang` variable is set on all chapters. | John MacFarlane | 1 | -3/+5 |
2019-11-03 | Docx reader: fix list number resumption for sublists. Closes #4324. | John MacFarlane | 1 | -1/+8 |
2019-11-03 | Allow pdf output to stdout. | John MacFarlane | 2 | -13/+17 |
2019-11-03 | Place caption before table in OpenDocument format. (#5869) | Dmitry Pogodin | 1 | -3/+5 |
2019-11-02 | RST reader: avoid spurious warning... | John MacFarlane | 1 | -1/+1 |
2019-11-02 | LaTeX reader: Fixed dollar-math parsing... | John MacFarlane | 1 | -9/+9 |
2019-11-02 | LaTeX untokenize: Ensure space between control sequence and following letter. | John MacFarlane | 2 | -2/+15 |
2019-11-02 | LaTeX reader: Don't omit macro definitions defined in the preamble. | John MacFarlane | 1 | -6/+7 |
2019-11-02 | LaTeX reader: parse macro defs as raw latex... | John MacFarlane | 1 | -8/+13 |
2019-11-02 | LaTeX reader: fixed a hang/memory leak in certain circumstances. | John MacFarlane | 1 | -3/+3 |
2019-11-02 | Move extension-adding to applyDefaults | John MacFarlane | 1 | -6/+5 |
2019-11-01 | Revert "ALlow multiple comma-separated files for `--defaults`." | John MacFarlane | 1 | -7/+6 |
2019-11-01 | ALlow multiple comma-separated files for `--defaults`. | John MacFarlane | 1 | -6/+7 |
2019-11-01 | Factor out applyDefaults in T.P.A.CommandLineOptions. | John MacFarlane | 1 | -20/+24 |
2019-11-01 | `--defaults` improvements. | John MacFarlane | 2 | -89/+114 |