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
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
2011-12-22
Changed types of highlighting functions.
John MacFarlane
1
-4
/
+4
2011-12-20
Added a newline at end of footnotes ol.
John MacFarlane
1
-1
/
+1
2011-12-20
Restore xhtml style self-closed tags in HTML writer.
John MacFarlane
1
-9
/
+9
2011-12-18
HTML writer: Put classes "section" and "level[1-6]" on section divs.
John MacFarlane
1
-6
/
+6
2011-12-18
HTML writer: Use `<del>` for strikeout.
John MacFarlane
1
-1
/
+1
2011-12-17
HTML writer: Don't escape '.
John MacFarlane
1
-2
/
+3
2011-12-17
Fixed line breaks in tds in table cells.
John MacFarlane
1
-1
/
+1
2011-12-17
Use blaze-html instead of xhtml for HTML generation.
John MacFarlane
1
-204
/
+213
2011-12-04
WebTeX math - use 'vertical-align:middle' for better results.
John MacFarlane
1
-1
/
+2
2011-11-29
S5/slidy writer: Make footnotes appear on separate slide at end.
John MacFarlane
1
-1
/
+3
2011-11-29
Use separate variables for meta-date, meta-author.
John MacFarlane
1
-7
/
+8
2011-11-29
HTML writer: Put citations in span with class="citation".
John MacFarlane
1
-1
/
+2
2011-11-20
HTML writer: change s5-url to s5/default.
John MacFarlane
1
-1
/
+1
2011-11-07
HTML writer: Use `<section>` for footnotes if html5.
John MacFarlane
1
-2
/
+4
2011-10-02
HTML slides: only add id to div/section if --section-divs selected.
John MacFarlane
1
-6
/
+5
2011-10-02
Simplified slide creation in HTML writer.
John MacFarlane
1
-26
/
+18
2011-10-01
Added dzslides output option.
John MacFarlane
1
-3
/
+9
2011-07-28
Added s5-url and slidy-url variables, instead of hard-coding.
John MacFarlane
1
-1
/
+2
2011-07-24
HTML writer: Removed English title on footnote back links.
John MacFarlane
1
-2
/
+1
2011-07-24
Insert CDATA around inline js/css in HTML, slidy.
John MacFarlane
1
-1
/
+2
2011-07-23
HTML writer/templates: Made TOC more customizable.
John MacFarlane
1
-9
/
+4
2011-07-16
HTML writer: Use embed tag for images with non-image extensions.
John MacFarlane
1
-1
/
+20
2011-07-06
Fixed bug in slidy writer: unclosed div tag.
John MacFarlane
1
-1
/
+1
2011-04-16
Fixed Slidy/S5 output to allow --section-divs.
John MacFarlane
1
-30
/
+27
2011-04-16
Whitespace cleanup.
John MacFarlane
1
-45
/
+44
2011-04-16
Allow --section-divs with slidy output.
John MacFarlane
1
-10
/
+10
2011-03-28
Fixed bug in footnote order in HTML.
John MacFarlane
1
-1
/
+1
2011-02-06
Revert "Use us-ascii charset in HTML template if --ascii option."
John MacFarlane
1
-1
/
+0
2011-02-06
HTML writer: Fixed footnote backrefs in --ascii mode.
John MacFarlane
1
-1
/
+2
2011-02-06
Use us-ascii charset in HTML template if --ascii option.
John MacFarlane
1
-0
/
+1
2011-02-06
Added --ascii option.
John MacFarlane
1
-17
/
+20
[next]