summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 14:58:55 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 14:58:55 -0800
commitbec9485d93ebcdb3d33f5c43cad09f86acb06d1d (patch)
treef3aa891a4661934ba6c924940a1b232bf4e0557d /changelog
parent550b931c3cf3ece7226b98aa0547efb3facdd816 (diff)
Re-added the --ascii option.
Now it is implemented in pandoc.hs, not in the HTML writer.
Diffstat (limited to 'changelog')
-rw-r--r--changelog3
1 files changed, 0 insertions, 3 deletions
diff --git a/changelog b/changelog
index 7ec7e9f33..2ccd1d4df 100644
--- a/changelog
+++ b/changelog
@@ -178,9 +178,6 @@ pandoc (1.9)
* `'` is no longer escaped in HTML output. It does not need to be
escaped outside of attributes.
- * 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.