diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-15 21:17:32 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-17 22:46:03 -0800 |
commit | 89c962a18cb354ead249dab3d45e09e3bf9de84e (patch) | |
tree | b63b768f7ce22c0e3b336952f2cce19f25d3a24d /README | |
parent | d78e9c1dac731b737daadcba7f94f81acbbe5d3c (diff) | |
download | pandoc-89c962a18cb354ead249dab3d45e09e3bf9de84e.tar.gz |
Use blaze-html instead of xhtml for HTML generation.
* This is a breaking API change for `writeHtml`.
* It introduces a new dependency on blaze-html.
* Pandoc now depends on highlighting-kate >= 0.4, which
also uses blaze-html.
* The --ascii option has been removed, because of differences
in blaze-html's and xhtml's escaping.
* Pandoc will no longer transform leading newlines in code
blocks to `<br/>` tags.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -303,11 +303,6 @@ Options `--columns`=*NUMBER* : Specify length of lines in characters (for text wrapping). -`--ascii` -: Use only ascii characters in output. Currently supported only - for HTML output (which uses numerical entities instead of - UTF-8 when this option is selected). - `--email-obfuscation=`*none|javascript|references* : Specify a method for obfuscating `mailto:` links in HTML documents. *none* leaves `mailto:` links as they are. *javascript* obfuscates |