From 89c962a18cb354ead249dab3d45e09e3bf9de84e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 15 Dec 2011 21:17:32 -0800 Subject: 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 `
` tags. --- README | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README') 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 -- cgit v1.2.3