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
2013-02-14
HTML writer: Support header attributes.
John MacFarlane
1
-19
/
+22
2013-02-13
hierarchicalize: Do not number section with class "unnumbered".
John MacFarlane
1
-6
/
+6
2013-02-12
HTML writer: Refactored adding attributes to html element.
John MacFarlane
1
-9
/
+10
2013-02-12
Shared: Changed type of Element.
John MacFarlane
1
-2
/
+2
2013-01-21
Use proportional font for email autolinks with obfuscation.
John MacFarlane
1
-1
/
+1
2013-01-18
Add data-cites field to citations in HTML5.
John MacFarlane
1
-2
/
+6
2013-01-15
Added `writerHtmlQTags` and `--html-q-tags` option.
John MacFarlane
1
-1
/
+1
2013-01-15
Use 'fig:' instead of '\SOH' in title to indicate figure.
John MacFarlane
1
-2
/
+2
2013-01-14
Implemented Ext_implicit_figures.
John MacFarlane
1
-1
/
+2
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-8
/
+14
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
1
-1
/
+3
2013-01-05
For epub3, use epub:type to mark footnotes and footnote refs.
John MacFarlane
1
-6
/
+14
2013-01-05
Implemented toc-depth for html writer.
John MacFarlane
1
-2
/
+3
2013-01-03
Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.
John MacFarlane
1
-1
/
+3
2012-11-05
HTML writer: Include highlighting-css for code spans, too.
John MacFarlane
1
-1
/
+3
2012-11-02
HTML writer: Use XHtml5 only if blaze version current enough.
John MacFarlane
1
-0
/
+4
2012-11-02
HTML writer: Use Text.Blaze.XHtml5 instead of Html5.
John MacFarlane
1
-1
/
+1
2012-09-28
HTML writer: Use toHtml instead of pre-escaping.
John MacFarlane
1
-4
/
+7
2012-09-12
HTML writer: Don't print `<dt>` unless term is non-empty.
John MacFarlane
1
-1
/
+3
2012-09-12
HTML writer: Improve line breaks with `<dd>` tags.
John MacFarlane
1
-1
/
+2
2012-08-08
Changes to literate haskell options.
John MacFarlane
1
-1
/
+1
2012-08-04
Don't include empty captions in figures.
John MacFarlane
1
-4
/
+8
2012-07-27
Replaced writerStrict with writerExtensions in WriterOptions.
John MacFarlane
1
-1
/
+1
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-0
/
+1
2012-07-26
Fixed whitespace errors.
John MacFarlane
1
-1
/
+1
2012-07-11
HTML writer: Put mathjax in span with class "math".
John MacFarlane
1
-1
/
+1
2012-06-25
Don't generate empty H1 after hrule slide breaks.
John MacFarlane
1
-1
/
+3
2012-05-24
Add support for Slideous output.
Jonas Smedegaard
1
-0
/
+1
2012-05-10
Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."
John MacFarlane
1
-1
/
+5
2012-04-24
Removed blaze_html_05 flag -- require blaze >= 0.5 by default.
John MacFarlane
1
-5
/
+1
2012-04-23
changes for blaze-html 0.5
Mark Wright
1
-1
/
+6
2012-03-29
Avoid repeated id in section and header in HTML slides.
John MacFarlane
1
-3
/
+2
2012-03-03
Use <q> tags for Quoted items for HTML5 output.
John MacFarlane
1
-4
/
+11
2012-02-21
HTML writer: Don't escape contents of EQ tags with --gladtex.
John MacFarlane
1
-2
/
+2
2012-02-05
Removed module Text.Pandoc.CharacterReferences.
John MacFarlane
1
-3
/
+2
2012-01-31
Don't include mathml javascript for html5 output.
John MacFarlane
1
-1
/
+2
2012-01-28
Put date in YYYY-MM-DD format if possible for HTML, docx metadata.
John MacFarlane
1
-2
/
+2
2012-01-25
Added --slide-level option to override default.
John MacFarlane
1
-3
/
+9
2012-01-25
Fixed regression in HTML writer: all headers level 1!
John MacFarlane
1
-1
/
+3
2012-01-25
Depend on highlighting-kate 0.5.
John MacFarlane
1
-3
/
+3
2012-01-24
HTML writer: Use h1 for all slide titles.
John MacFarlane
1
-2
/
+2
2012-01-24
HTML writer: Use new common system for slides.
John MacFarlane
1
-20
/
+16
2012-01-11
HTML writer: Don't use self-closing img, br, hr tags.
John MacFarlane
1
-7
/
+12
2011-12-30
HTML writer: Better handling of authors in meta tags.
John MacFarlane
1
-12
/
+26
2011-12-29
Merge pull request #366 from gridaphobe/master
John MacFarlane
1
-2
/
+1
2011-12-28
Preserve attributes in highlighted HTML.
John MacFarlane
1
-2
/
+4
2011-12-27
Added `--highlight-style` and `--no-highlight` options.
John MacFarlane
1
-2
/
+3
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-4
/
+0
2011-12-26
Updated highlighting for highlighting-kate 0.4.
John MacFarlane
1
-10
/
+16
2011-12-24
change reference backlink from RawInline to Link so it gets rendered properly...
Eric Seidel
1
-2
/
+1
[prev]
[next]