Age | Commit message (Expand) | Author | Files | Lines |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 39 | -2601/+2687 |
2019-11-11 | Fix typos (#5896) | Brian Wignall | 1 | -1/+1 |
2019-11-11 | Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5... | Florian Beeres | 1 | -2/+4 |
2019-11-07 | Fix list fields in Opt so they aren't reversed. | John MacFarlane | 1 | -2/+6 |
2019-11-04 | HTML Reader/Writer - Add support for <var> and <samp> (#5861) | Amogh Rathore | 1 | -6/+15 |
2019-11-03 | EPUB writer: ensure that `lang` variable is set on all chapters. | John MacFarlane | 1 | -3/+5 |
2019-11-03 | Place caption before table in OpenDocument format. (#5869) | Dmitry Pogodin | 1 | -3/+5 |
2019-10-31 | Jira writer: remove extraneous newline after single-line block quotes | Albert Krewinkel | 1 | -1/+1 |
2019-10-29 | T.P.W.Shared: Changed gridTables so it does better at... | John MacFarlane | 1 | -16/+20 |
2019-10-29 | Changes to build with new doctemplates/doclayout. | John MacFarlane | 16 | -72/+92 |
2019-10-25 | Beamer writer: fix regression with hrules separating slides. | John MacFarlane | 1 | -3/+3 |
2019-10-24 | HTML reader/writer: Better handling of <q> with cite attribute (#5837) | Ole Martin Ruud | 1 | -2/+10 |
2019-10-15 | Add support for reading and writing <kbd> elements | Daniele D'Orazio | 1 | -25/+39 |
2019-10-14 | change indentation of math part in Writers/HTML.hs | mb21 | 1 | -33/+44 |
2019-10-14 | KaTeX math: respect classoption=fleqn variable | mb21 | 1 | -2/+6 |
2019-10-12 | LaTeX writer: fix horizontal rule. | John MacFarlane | 1 | -1/+1 |
2019-10-11 | Markdown writer: prefer pipe_tables to raw html... | John MacFarlane | 1 | -3/+3 |
2019-10-10 | Improve parsing of --defaults. | John MacFarlane | 1 | -5/+1 |
2019-10-10 | Make some writers sensitive to 'unlisted' class on headings. | John MacFarlane | 2 | -7/+10 |
2019-10-09 | RST writer: proper handling of :align: on figures, images. | John MacFarlane | 1 | -6/+12 |
2019-10-09 | Basic changes for MathJax 3. | zorkow | 1 | -1/+1 |
2019-10-09 | Options.WriterOptions: Change type of writerVariables to Context Text. | John MacFarlane | 5 | -45/+80 |
2019-10-04 | hlint Muse writer | Alexander Krotov | 1 | -1/+1 |
2019-09-28 | More throwError in place of fail. | John MacFarlane | 2 | -1/+3 |
2019-09-28 | Replace some more fails with throwErrors. | John MacFarlane | 3 | -4/+9 |
2019-09-28 | Use throwError instead of fail when appropriate. | John MacFarlane | 2 | -4/+11 |
2019-09-28 | Use Prelude.fail to avoid ambiguity with fail from GHC.Base. | John MacFarlane | 5 | -8/+8 |
2019-09-24 | odt: Add external option for native numbering | Nils Carlson | 1 | -7/+7 |
2019-09-23 | Man writer: suppress non-absolute link URLs. | John MacFarlane | 1 | -3/+3 |
2019-09-22 | [Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766) | Nikolay Yakimov | 2 | -31/+78 |
2019-09-22 | Make `plain` output plainer. | John MacFarlane | 1 | -5/+16 |
2019-09-21 | [Docx Writer] Consistently use style names, not style ids | Nikolay Yakimov | 1 | -27/+25 |
2019-09-21 | [Docx Writer] Code clean-up | Nikolay Yakimov | 1 | -40/+37 |
2019-09-20 | Preserve built-in styles in DOCX with custom style (#5670) | Ben Steinberg | 1 | -22/+55 |
2019-09-20 | Bug fixes to EPUB chapter splitting. | John MacFarlane | 1 | -15/+16 |
2019-09-19 | EPUB writer: make --epub-chapter-level work again. | John MacFarlane | 1 | -19/+15 |
2019-09-19 | EPUB writer: improve splitting into chapters. | John MacFarlane | 1 | -36/+23 |
2019-09-19 | Remove admonition-title remnants. | John MacFarlane | 1 | -1/+1 |
2019-09-18 | LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B. | John MacFarlane | 1 | -0/+1 |
2019-09-14 | Add chapter-title class to EPUB chapter title h1 elements. | John MacFarlane | 1 | -3/+5 |
2019-09-14 | EPUB toChapters: don't treat "refs" Div specially. | John MacFarlane | 1 | -1/+1 |
2019-09-08 | Replace Element and makeHierarchical with makeSections. | John MacFarlane | 12 | -462/+387 |
2019-09-04 | asciidoc writer: don't include `+` in code blocks for regular asciidoc. | John MacFarlane | 1 | -2/+7 |
2019-09-02 | LaTeX writer: use `cslreferences` environment for csl bibliographies. | John MacFarlane | 1 | -3/+18 |
2019-09-02 | HTML writer: use numeric character references with `--ascii`. | John MacFarlane | 1 | -6/+2 |
2019-09-02 | LaTeX writer: strip off `{}` around locator for biblatex/natbib output. | John MacFarlane | 1 | -1/+7 |
2019-08-27 | PowerPoint writer: Start numbering at appopriate numbers. | Jesse Rosenthal | 1 | -4/+8 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 31 | -786/+808 |
2019-08-23 | Asciidoc writer: handle admonitions. | John MacFarlane | 1 | -3/+22 |
2019-08-23 | Ensure proper nesting when we have long ordered list markers. | John MacFarlane | 1 | -2/+5 |