Age | Commit message (Expand) | Author | Files | Lines |
2020-09-10 | Support colspans and rowspans in HTML tables (#6644) | Albert Krewinkel | 1 | -65/+187 |
2020-08-21 | HTML writer: Fix addition of doc-biblioentry role. | John MacFarlane | 1 | -1/+1 |
2020-07-01 | HTML writer: improve alt-text/caption handling for HTML5 | Albert Krewinkel | 1 | -2/+10 |
2020-05-30 | Change default revealjs-url to use CDN version of revealjs v4. | John MacFarlane | 1 | -1/+1 |
2020-05-28 | Fixed Katex standalone script (#6399) | Lucas Escot | 1 | -0/+2 |
2020-05-18 | Use CSS in favor of <br> for display math (#6372) | Lila | 1 | -13/+10 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 1 | -0/+1 |
2020-04-18 | Fix round-trip bug with HTML tables.... | John MacFarlane | 1 | -9/+13 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -1/+1 |
2020-04-15 | Implement the new Table type | despresc | 1 | -1/+2 |
2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel | 1 | -2/+2 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2020-02-13 | A bit more cleanup (#6141) | Joseph C. Sible | 1 | -1/+1 |
2020-02-12 | Moved html5Attributes, html4Attributes, rdfaAttributes... | John MacFarlane | 1 | -347/+2 |
2020-02-08 | reveal.js: ensure that pauses work even in title slides. | John MacFarlane | 1 | -4/+6 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -4/+4 |
2020-02-05 | Fix --number-offset with HTML TOC. | John MacFarlane | 1 | -10/+19 |
2020-01-12 | HTML writer: fix duplicate attributes on headings. | John MacFarlane | 1 | -9/+10 |
2020-01-07 | Reveal.js writer: restore old behavior for 2D nesting. | John MacFarlane | 1 | -11/+17 |
2020-01-05 | Fix revealjs slide structure regression with certain slide levels. | John MacFarlane | 1 | -6/+8 |
2020-01-04 | HTML writer: Add newlines to make slide show output more readable. | John MacFarlane | 1 | -6/+8 |
2019-12-21 | HTML writer: more tweaks to avoid round-trip failures... | John MacFarlane | 1 | -2/+5 |
2019-12-21 | Fix regression with --number-sections. | John MacFarlane | 1 | -2/+1 |
2019-12-17 | Improved makeSections so we don't get doubled attributes. | John MacFarlane | 1 | -1/+2 |
2019-12-05 | HTML writer: add task-list class to ul if all elements are task list items. | John MacFarlane | 1 | -1/+10 |
2019-11-27 | HTML writer: hlint improvements. | John MacFarlane | 1 | -25/+22 |
2019-11-27 | Removed useless cpp for old versions of blaze. | John MacFarlane | 1 | -14/+0 |
2019-11-27 | Removed unneeded pragma. | John MacFarlane | 1 | -1/+0 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -139/+138 |
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-10-29 | Changes to build with new doctemplates/doclayout. | John MacFarlane | 1 | -3/+4 |
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-09 | Options.WriterOptions: Change type of writerVariables to Context Text. | John MacFarlane | 1 | -4/+7 |
2019-09-28 | Use Prelude.fail to avoid ambiguity with fail from GHC.Base. | John MacFarlane | 1 | -1/+1 |
2019-09-08 | Replace Element and makeHierarchical with makeSections. | John MacFarlane | 1 | -133/+100 |
2019-09-02 | HTML writer: use numeric character references with `--ascii`. | John MacFarlane | 1 | -6/+2 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 1 | -18/+21 |
2019-07-28 | Use doctemplates 0.3, change type of writerTemplate. | John MacFarlane | 1 | -1/+1 |
2019-07-24 | HTML writer: ensure TeX formulas are rendered correctly (#5658) | Philip Pesca | 1 | -1/+1 |
2019-07-23 | HTML writer: render inline formulas correctly with --webtex (#5656) | Philip Pesca | 1 | -1/+4 |
2019-07-18 | HTML writer: ensure that line numbers in code blocks get id-prefix. | John MacFarlane | 1 | -3/+5 |
2019-07-12 | Pass through aria- attributes to HTML5. | John MacFarlane | 1 | -0/+1 |
2019-05-29 | HTML writer: output video and audio elements | mb21 | 1 | -30/+22 |
2019-05-28 | HTML writer: emit empty alt tag in figures (#5518) | Mauro Bieg | 1 | -1/+1 |