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
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
2017-10-16
HTML writer: don't add data- prefix to unknown attributes beginning with data-.
John MacFarlane
1
-0
/
+1
2017-10-05
KaTeX fixes:
John MacFarlane
1
-19
/
+15
2017-08-29
Add a type sig to satisfy ghc 7.10.3.
John MacFarlane
1
-0
/
+1
2017-08-28
HTML writer: ensure we don't get two style attributes for width & height.
John MacFarlane
1
-2
/
+8
2017-08-17
slidy uses https instead of http (#3848)
ickc
1
-1
/
+1
2017-08-14
Implement multicolumn support for slide formats.
John MacFarlane
1
-1
/
+7
2017-08-10
Slidy writer: use h1 for all slides...
John MacFarlane
1
-1
/
+5
2017-07-26
Sorted the list of supported HTML5 attributes and removed duplicates. (#3817)
Wandmalfarbe
1
-80
/
+46
2017-07-26
HTML writer: render raw inline environments when --mathjax used.
John MacFarlane
1
-3
/
+8
2017-07-25
HTML writer: insert data- in front of unsupported attributes.
John MacFarlane
1
-48
/
+309
2017-06-26
Use `table-of-contents` for contents of toc, make `toc` a boolean.
John MacFarlane
1
-2
/
+6
2017-06-23
HTML writer: make sure html4, html5 formats work for raw blocks/inlines.
John MacFarlane
1
-14
/
+26
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-1
/
+1
2017-06-18
Use revealjs's math plugin for mathjax.
John MacFarlane
1
-1
/
+7
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-22
/
+28
2017-06-01
HTML writer: Avoid two class attributes when adding 'uri' class.
John MacFarlane
1
-7
/
+7
2017-05-26
HTML writer: Removed unused parameter in dimensionsToAttributeList.
John MacFarlane
1
-3
/
+3
[next]