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
2011-02-04
More changes to HTML output.
John MacFarlane
1
-25
/
+23
2011-02-04
HTML writer: Spacing adjustments for Plain and RawHtml blocks.
John MacFarlane
1
-0
/
+2
2011-02-04
Improved new HTML format; restored original --no-wrap behavior.
John MacFarlane
1
-52
/
+76
2011-02-04
HTML writer: More normal line breaks.
John MacFarlane
1
-25
/
+29
2011-01-29
HTML writer: avoid doubled <code> tag for highlighted inline code.
John MacFarlane
1
-4
/
+5
2011-01-29
Fixed highlighting for inline code.
John MacFarlane
1
-2
/
+2
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-5
/
+12
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-9
/
+11
2011-01-15
HTML writer: Add ids to <section> tags.
John MacFarlane
1
-1
/
+2
2011-01-11
Improvements to --html5 support:
John MacFarlane
1
-13
/
+36
2011-01-11
Preliminary support for HTML5.
John MacFarlane
1
-1
/
+4
2010-12-03
removed support for textile Inserted construct
Paul Rivier
1
-2
/
+0
2010-12-03
Basic Textile Reader
paul.rivier
1
-0
/
+2
2010-10-31
--mathjax: Use mathjax with raw latex rather than mathml.
John MacFarlane
1
-12
/
+4
2010-10-26
Added support for MathJax for displaying math in HTML.
John MacFarlane
1
-2
/
+15
2010-08-01
gladTeX HTML - specify ENV for display or inline.
John MacFarlane
1
-1
/
+3
2010-07-22
Improved cutUp function, removed extra </div>
John MacFarlane
1
-10
/
+12
2010-07-22
Moved s5 writing from S5 module to HTML.
John MacFarlane
1
-6
/
+4
2010-07-22
Slidy writer: Avoid spurious blank page.
John MacFarlane
1
-1
/
+5
2010-07-18
Slidy writer: create new slide at every level 1 header.
John MacFarlane
1
-1
/
+4
2010-07-16
Use default highlighting CSS rather than embedding CSS in templates.
John MacFarlane
1
-2
/
+3
2010-07-15
Added --section-divs option.
John MacFarlane
1
-9
/
+10
2010-07-15
Added --webtex option for HTML math.
John MacFarlane
1
-16
/
+23
2010-07-13
Improved Slidy writer.
John MacFarlane
1
-3
/
+12
2010-07-13
Added a slidy writer.
John MacFarlane
1
-5
/
+11
2010-07-07
Addendum to the fix to issue #242.
John MacFarlane
1
-1
/
+1
2010-06-28
Add birdtracks to lhs in HTML when compiled wo -fhighlighting.
John MacFarlane
1
-1
/
+4
2010-03-23
Don't escape URIs in HTML writer.
John MacFarlane
1
-20
/
+12
2010-03-23
Updated copyright notices.
John MacFarlane
1
-2
/
+2
2010-03-23
Fixed treatment of unicode characters in URIs.
John MacFarlane
1
-12
/
+20
2010-03-21
HTML writer: fixed error in Math writer that caused infinite loop.
John MacFarlane
1
-3
/
+5
2010-03-20
HTML writer: Don't include TOC div if table of contents is empty.
fiddlosopher
1
-10
/
+11
2010-03-18
Added --mathml option; removed Text.Pandoc.LaTeXMathML.
fiddlosopher
1
-2
/
+18
2010-03-18
HTML writer: Use a p rather than a div for image caption.
fiddlosopher
1
-1
/
+1
2010-03-16
HTML writer: implemented image-with-caption feature.
fiddlosopher
1
-0
/
+5
2010-03-13
Use template variables for include-before/after.
fiddlosopher
1
-3
/
+1
2010-03-10
HTML writer: Use tbody, thead, and cols in tables.
fiddlosopher
1
-19
/
+19
2010-03-07
HTML writer: Fixed multiline tables with no header.
fiddlosopher
1
-23
/
+21
2010-03-01
HTML, LaTeX writer: Don't print header row in headerless table.
fiddlosopher
1
-2
/
+2
2010-01-09
HTML writer: don't include empty UL if --toc but no sections.
fiddlosopher
1
-1
/
+5
2010-01-01
HTML writer: Use functions from XML module to escape strings.
fiddlosopher
1
-8
/
+2
2010-01-01
Finished converting HTML writer to use unicode instead of entities.
fiddlosopher
1
-14
/
+13
2009-12-31
Use UTF8 instead of entities in HTML.
fiddlosopher
1
-3
/
+1
2009-12-31
HTML footnotes: put anchor inside sup, instead of other way.
fiddlosopher
1
-4
/
+4
2009-12-31
Use $for$ for --css option in HTML writer.
fiddlosopher
1
-3
/
+3
2009-12-31
Made renderTemplate polymorphic; added TemplateTarget class.
fiddlosopher
1
-3
/
+4
2009-12-31
HTML writer changes for templates.
fiddlosopher
1
-82
/
+86
2009-12-31
Removed unneeded writer options; use template variables instead.
fiddlosopher
1
-57
/
+58
2009-12-31
Fixed S5.
fiddlosopher
1
-1
/
+2
2009-12-09
Use HTML combinators for spans in section numbers.
fiddlosopher
1
-26
/
+27
[next]