index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
HTML.hs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-05-04
HTML writer: don't add variation selector if it's already there.
John MacFarlane
1
-1
/
+4
2019-04-30
HTML: prevent gratuitious emojification on iOS.
John MacFarlane
1
-1
/
+10
2019-04-20
HTML writer: Add class="heading" to level 7+ Headers...
John MacFarlane
1
-1
/
+1
2019-03-28
HTML writer: Don't add data- prefix to RDFa attributes.
John MacFarlane
1
-2
/
+19
2019-03-01
HTML writer: include content under title slides.
John MacFarlane
1
-7
/
+9
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-10
Implement aria roles doc-bibliography, doc-biblioentry, doc-biblioref.
John MacFarlane
1
-2
/
+10
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-02-02
HTML5 writer: implement WAI-ARIA roles for (end)notes.
John MacFarlane
1
-12
/
+25
2019-01-07
revealjs writer: fix some section nesting corner cases.
John MacFarlane
1
-6
/
+13
2019-01-02
Implement task lists (#5139)
Mauro Bieg
1
-2
/
+20
2018-11-21
HTML writer: use plain `"` instead of `"` outside of attributes.
John MacFarlane
1
-1
/
+2
2018-11-01
HTML writer: use character entities references when possible for HTML5.
John MacFarlane
1
-2
/
+8
2018-10-04
KaTeX: don't use autorenderer.
John MacFarlane
1
-5
/
+5
2018-09-30
Implement `--ascii` (`writerPreferAscii`) in writers, not App.
John MacFarlane
1
-7
/
+11
2018-09-27
HTML writer: avoid adding extra section nestings for revealjs.
John MacFarlane
1
-1
/
+1
2018-09-27
HTML writer: omit unknown attributes in EPUB2 output.
John MacFarlane
1
-8
/
+140
2018-09-19
Markdown reader: distinguish autolinks in the AST.
John MacFarlane
1
-5
/
+2
2018-09-11
HTML writer: always output <dt> element, even if it is empty
Alexander Krotov
1
-3
/
+1
2018-08-08
HTML writer: Don't prefix epub: attributes with data-.
John MacFarlane
1
-0
/
+1
2018-06-12
reveal.js writer and template: reuse mathjax URL...
John MacFarlane
1
-5
/
+6
2018-05-09
Restored and undeprecated gladtex for HTML math.
John MacFarlane
1
-1
/
+8
2018-05-09
Fix regression with tex math environments in HTML + MathJax.
John MacFarlane
1
-11
/
+5
2018-05-07
HTML writer: Strip links from headers when creating TOC.
John MacFarlane
1
-4
/
+12
2018-04-25
Removed deprecated ancient HTML math methods.
John MacFarlane
1
-25
/
+0
2018-03-30
EPUB writer: add epub:type="footnotes" to notes section in EPUB3.
John MacFarlane
1
-0
/
+5
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-17
Work around Monoid/Semigroup-related compiler errors GHC 7.10.
John MacFarlane
1
-13
/
+12
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-1
/
+0
2018-02-22
Presentations: Use divs to set incremental/non-incremental
Jesse Rosenthal
1
-7
/
+16
2018-01-19
Conditional import to avoid warning.
John MacFarlane
1
-2
/
+5
2018-01-19
hlint code improvements.
John MacFarlane
1
-6
/
+7
2018-01-09
HTML writer: Fixed footnote backlinks with --id-prefix.
John MacFarlane
1
-1
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-26
HTML writer: Use br elements in line blocks...
John MacFarlane
1
-2
/
+1
2017-12-04
Add `empty_paragraphs` extension.
John MacFarlane
1
-5
/
+9
2017-12-03
Removed unnecessary import.
John MacFarlane
1
-1
/
+1
2017-12-03
HTML writer: export tagWithAttributes.
John MacFarlane
1
-2
/
+19
2017-11-02
Improved support for columns in HTML.
John MacFarlane
1
-5
/
+2
2017-11-02
Use latest skylighting; ensure no duplicate ids on code lines.
John MacFarlane
1
-3
/
+11
2017-11-02
Fixed revealjs slide column width issues.
John MacFarlane
1
-2
/
+7
2017-10-31
HTML Writer: consistently use dashed class-names
mb21
1
-3
/
+3
2017-10-29
Source code reformatting.
John MacFarlane
1
-2
/
+2
2017-10-29
hlint suggestions.
John MacFarlane
1
-51
/
+50
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-8
/
+8
[next]