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
2021-08-03
Stop using the HTTP package. (#7456)
mt_caret
1
-2
/
+2
2021-07-02
HTML5 writer, remove aria-hidden when explicit atl text is provided.
Aner Lucero
1
-4
/
+7
2021-06-29
Remove duplicated alt text in HTML output.
Aner Lucero
1
-2
/
+3
2021-06-23
reveal.js writer: Go back to setting boolean values for variables.
John MacFarlane
1
-30
/
+26
2021-06-21
reveal.js writer: better handling of options.
John MacFarlane
1
-0
/
+50
2021-06-01
HTML writer: Don't omit width attribute on div.
John MacFarlane
1
-3
/
+4
2021-05-17
HTML writer: ensure headings only have valid attribs in HTML4
Albert Krewinkel
1
-2
/
+14
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
1
-4
/
+4
2021-03-10
HTML writer: Add warnings on duplicate attribute values.
John MacFarlane
1
-18
/
+23
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2021-01-05
HTML writer: fix implicit_figure at end of footnotes.
John MacFarlane
1
-3
/
+7
2020-12-27
Use meta-description instead of description in templates.
John MacFarlane
1
-0
/
+3
2020-12-20
HTML writer: don't include p tags in CSL bibliography entries.
John MacFarlane
1
-2
/
+7
2020-12-04
HTML writer: Fix handling of nested csl- display spans.
John MacFarlane
1
-20
/
+12
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-5
/
+6
2020-10-30
Fix duplicate "class" attribute in HTML writer
Andy Morris
1
-2
/
+4
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
1
-21
/
+58
2020-09-19
Add CSS to default HTML template (#6601)
Mauro Bieg
1
-0
/
+2
2020-09-13
HTML writer: support intermediate table headers
Albert Krewinkel
1
-4
/
+10
2020-09-13
HTML writer: support attributes on all table elements
Albert Krewinkel
1
-6
/
+10
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-2
/
+1
2020-09-12
HTML writer: render table footers if present
Albert Krewinkel
1
-23
/
+50
2020-09-12
[API change] Rename Writers.Tables and its contents (#6679)
Christian Despres
1
-20
/
+20
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
[next]