mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 23:15:52 +00:00
HTML template: Add quotes styles if 'quotes'.
This commit is contained in:
@@ -12,6 +12,9 @@ $if(date-meta)$
|
||||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
$if(quotes)$
|
||||
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
|
||||
$endif$
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
$highlighting-css$
|
||||
|
||||
Reference in New Issue
Block a user