mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 13:51:29 +08:00
All templates now include `code{white-space: pre-wrap}`
and CSS for `q` if `--html-q-tags` is used.
Previously some templates had `pre` and others `pre-wrap`;
the `q` styles were only sometimes included.
See #3485.