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-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-5
/
+8
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+5
2013-07-13
Checking options before applying syntax highlighting for HTML output
Alexander Kondratskiy
1
-3
/
+9
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-2
/
+2
2013-06-29
Metadata changes: Variables now completely shadow metadata.
John MacFarlane
1
-2
/
+2
2013-06-27
Writers: Use defField for defaults.
John MacFarlane
1
-14
/
+14
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-73
/
+42
2013-06-24
Revised Text.Pandoc.Templates to accept JSON contexts.
John MacFarlane
1
-1
/
+5
2013-04-25
Don't convert to lowercase in email obfuscation.
John MacFarlane
1
-6
/
+8
2013-04-20
Add slash in internal links in reveal.js.
John MacFarlane
1
-3
/
+16
2013-03-26
Removed blaze_html_0_5 flag, require blaze-html >= 0.5.
John MacFarlane
1
-4
/
+0
2013-03-24
Added syntax for "pauses" in beamer or reaveljs slide shows.
John MacFarlane
1
-0
/
+4
2013-03-23
Reveal.js improvements.
John MacFarlane
1
-0
/
+1
2013-03-21
reveal_js: nested vertical stacks used for hierarchical structure.
John MacFarlane
1
-2
/
+4
2013-03-21
Support incremental slide view for definition lists.
John MacFarlane
1
-11
/
+12
2013-03-21
Added basic support for reveal.js.
Jamie F. Olson
1
-15
/
+15
2013-03-16
Fixed numbering mismatch between TOC and sections in HTML.
John MacFarlane
1
-1
/
+2
2013-02-23
HTML writer: fix case when writerNumberOffet is empty or short.
John MacFarlane
1
-1
/
+1
2013-02-23
`--number-from` -> `--number-offset`
John MacFarlane
1
-3
/
+1
2013-02-22
Made HTML writer sensitive to `writerNumberFrom`.
John MacFarlane
1
-1
/
+4
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
[next]