aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2021-03-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane1-18/+23
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane1-3/+7
2020-12-27Use meta-description instead of description in templates.John MacFarlane1-0/+3
2020-12-20HTML writer: don't include p tags in CSL bibliography entries.John MacFarlane1-2/+7
2020-12-04HTML writer: Fix handling of nested csl- display spans.John MacFarlane1-20/+12
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-5/+6
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris1-2/+4
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-21/+58
2020-09-19Add CSS to default HTML template (#6601)Mauro Bieg1-0/+2
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel1-4/+10
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel1-6/+10
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-2/+1
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel1-23/+50
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres1-20/+20
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel1-65/+187
2020-08-21HTML writer: Fix addition of doc-biblioentry role.John MacFarlane1-1/+1
2020-07-01HTML writer: improve alt-text/caption handling for HTML5Albert Krewinkel1-2/+10
2020-05-30Change default revealjs-url to use CDN version of revealjs v4.John MacFarlane1-1/+1
2020-05-28Fixed Katex standalone script (#6399)Lucas Escot1-0/+2
2020-05-18Use CSS in favor of <br> for display math (#6372)Lila1-13/+10
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+1
2020-04-18Fix round-trip bug with HTML tables....John MacFarlane1-9/+13
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-1/+2
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-13A bit more cleanup (#6141)Joseph C. Sible1-1/+1
2020-02-12Moved html5Attributes, html4Attributes, rdfaAttributes...John MacFarlane1-347/+2
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane1-4/+6
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-4/+4
2020-02-05Fix --number-offset with HTML TOC.John MacFarlane1-10/+19
2020-01-12HTML writer: fix duplicate attributes on headings.John MacFarlane1-9/+10
2020-01-07Reveal.js writer: restore old behavior for 2D nesting.John MacFarlane1-11/+17
2020-01-05Fix revealjs slide structure regression with certain slide levels.John MacFarlane1-6/+8
2020-01-04HTML writer: Add newlines to make slide show output more readable.John MacFarlane1-6/+8
2019-12-21HTML writer: more tweaks to avoid round-trip failures...John MacFarlane1-2/+5
2019-12-21Fix regression with --number-sections.John MacFarlane1-2/+1
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane1-1/+2
2019-12-05HTML writer: add task-list class to ul if all elements are task list items.John MacFarlane1-1/+10
2019-11-27HTML writer: hlint improvements.John MacFarlane1-25/+22
2019-11-27Removed useless cpp for old versions of blaze.John MacFarlane1-14/+0
2019-11-27Removed unneeded pragma.John MacFarlane1-1/+0
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-139/+138
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres1-2/+4
2019-11-07Fix list fields in Opt so they aren't reversed.John MacFarlane1-2/+6
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore1-6/+15
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-3/+4
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud1-2/+10