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-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
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
[next]