summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-01-15 18:50:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2013-01-15 18:50:36 -0800
commiteebed6bc48c2e1b8c2da2e5b198e0164f76c0ab5 (patch)
tree4117fce2210b2fe9e10d2413d0d6177946356248 /README
parent93b373d4eb39c0ec13a563ee48ec2e0c9adf63a2 (diff)
Added `writerHtmlQTags` and `--html-q-tags` option.
The previous default was to use `<q>` tags in HTML5. But `<q>` tags are also valid HTML4, and they are not very robust in HTML5. Some user agents don't support them, and some CSS resets prevent pandoc's quotes CSS from working properly (e.g. bootstrap). It seems a better default just to insert quote characters, but the option is provided for those who have gotten used to using `<q>` tags.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 615b0c7b9..bd252ac13 100644
--- a/README
+++ b/README
@@ -359,6 +359,9 @@ Options affecting specific writers
: Produce HTML5 instead of HTML4. This option has no effect for writers
other than `html`. (*Deprecated:* Use the `html5` output format instead.)
+`--html-q-tags`
+: Use `<q>` tags for quotes in HTML.
+
`--ascii`
: Use only ascii characters in output. Currently supported only
for HTML output (which uses numerical entities instead of