diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 22:50:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 22:50:06 -0700 |
commit | db59a5e77b0a5629f0801eb82103814842f2e2ed (patch) | |
tree | b65b75813f49d3642cb229f60ff549db05a529a1 /default.epub2 | |
parent | 64a929d7eec7f2c0b741433b30d6b904354a4e74 (diff) | |
download | pandoc-templates-db59a5e77b0a5629f0801eb82103814842f2e2ed.tar.gz pandoc-templates-db59a5e77b0a5629f0801eb82103814842f2e2ed.zip |
Updated templates for pandoc 2.7.3
Diffstat (limited to 'default.epub2')
-rw-r--r-- | default.epub2 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/default.epub2 b/default.epub2 index cca9fcf..afcf96a 100644 --- a/default.epub2 +++ b/default.epub2 | |||
@@ -6,15 +6,6 @@ | |||
6 | <meta http-equiv="Content-Style-Type" content="text/css" /> | 6 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
7 | <meta name="generator" content="pandoc" /> | 7 | <meta name="generator" content="pandoc" /> |
8 | <title>$pagetitle$</title> | 8 | <title>$pagetitle$</title> |
9 | <style type="text/css"> | ||
10 | code{white-space: pre-wrap;} | ||
11 | span.smallcaps{font-variant: small-caps;} | ||
12 | span.underline{text-decoration: underline;} | ||
13 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
14 | $if(quotes)$ | ||
15 | q { quotes: "“" "”" "‘" "’"; } | ||
16 | $endif$ | ||
17 | </style> | ||
18 | $if(highlighting-css)$ | 9 | $if(highlighting-css)$ |
19 | <style type="text/css"> | 10 | <style type="text/css"> |
20 | $highlighting-css$ | 11 | $highlighting-css$ |