diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-01-15 18:50:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-01-15 18:50:36 -0800 |
commit | eebed6bc48c2e1b8c2da2e5b198e0164f76c0ab5 (patch) | |
tree | 4117fce2210b2fe9e10d2413d0d6177946356248 /data/templates | |
parent | 93b373d4eb39c0ec13a563ee48ec2e0c9adf63a2 (diff) | |
download | pandoc-eebed6bc48c2e1b8c2da2e5b198e0164f76c0ab5.tar.gz |
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 'data/templates')
m--------- | data/templates | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/templates b/data/templates -Subproject b49608bf92ad66f255cd3371da834ddb7bee521 +Subproject 25386101d5428eedca69089ab8e5373f0a079bf |