aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-15 21:17:32 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-17 22:46:03 -0800
commit89c962a18cb354ead249dab3d45e09e3bf9de84e (patch)
treeb63b768f7ce22c0e3b336952f2cce19f25d3a24d /README
parentd78e9c1dac731b737daadcba7f94f81acbbe5d3c (diff)
downloadpandoc-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--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index 05b09994b..6b27d59e9 100644
--- a/README
+++ b/README
@@ -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