aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)Author
2022-01-28HTML writer: avoid duplicate "style" attributes on table cellsAlbert Krewinkel
2022-01-09Improve abstract in HTML template.John MacFarlane
2022-01-06reveal.js: Make sure images with r-stretch are not in p tags.John MacFarlane
2022-01-06reveal.js: don't add r-fit-text class to section.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-01Use latest version of KaTeX.John MacFarlane
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane
2021-12-22Add text wrapping to HTML output.John MacFarlane
2021-11-19HTML writer: Don't create invalid `data-` attribute...John MacFarlane
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-09-23HTML writer: render `\ref` and `\eqref` as inline math...John MacFarlane
2021-09-22HTML writer: pass through `\ref` and `\eqref`...John MacFarlane
2021-09-22HTML writer: pass through inline math environments with KaTeX.John MacFarlane
2021-09-16HTML writer: set "hash" to True by default (for reveal.js).John MacFarlane
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli
2021-08-03Stop using the HTTP package. (#7456)mt_caret
2021-07-02HTML5 writer, remove aria-hidden when explicit atl text is provided.Aner Lucero
2021-06-29Remove duplicated alt text in HTML output.Aner Lucero
2021-06-23reveal.js writer: Go back to setting boolean values for variables.John MacFarlane
2021-06-21reveal.js writer: better handling of options.John MacFarlane
2021-06-01HTML writer: Don't omit width attribute on div.John MacFarlane
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-03-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane
2020-12-27Use meta-description instead of description in templates.John MacFarlane
2020-12-20HTML writer: don't include p tags in CSL bibliography entries.John MacFarlane
2020-12-04HTML writer: Fix handling of nested csl- display spans.John MacFarlane
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane
2020-09-19Add CSS to default HTML template (#6601)Mauro Bieg
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel
2020-08-21HTML writer: Fix addition of doc-biblioentry role.John MacFarlane
2020-07-01HTML writer: improve alt-text/caption handling for HTML5Albert Krewinkel
2020-05-30Change default revealjs-url to use CDN version of revealjs v4.John MacFarlane
2020-05-28Fixed Katex standalone script (#6399)Lucas Escot
2020-05-18Use CSS in favor of <br> for display math (#6372)Lila
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-18Fix round-trip bug with HTML tables....John MacFarlane
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc