diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2011-01-11 22:25:57 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-11 23:15:30 -0800 |
| commit | 91510a109f9284934fd5b6386fa23a5fc37b09bb (patch) | |
| tree | 2cee03745727c1926ccfefcdf52e6c4b1a6603dc /README | |
| parent | e8ad4ba43c7c187a5b6ee6025bc6039488d7f420 (diff) | |
| download | pandoc-91510a109f9284934fd5b6386fa23a5fc37b09bb.tar.gz | |
Improvements to --html5 support:
+ <nav> for TOC, <figure> for figures, type attribute in <ol>.
+ Don't add math javascript in html5.
+ Use style attributes instead of deprecated width, align.
+ html template: move <title> after <meta>.
Note: charset needs to be declared before title.
+ slidy and s5 templates: move <title> after <meta>.
+ html template: Added link to html5 shim for IE.
+ Make --html5 have an effect only for 'html' writer (not s5, slidy, epub).
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ Options `-5`, `--html5` : Produce HTML5 instead of HTML4. This option has no effect for writers - other than `html`, `epub`, `s5`, and `slidy`. + other than `html`. `-m` *URL*, `--latexmathml=`*URL* : Use the [LaTeXMathML] script to display embedded TeX math in HTML output. |
