diff options
Diffstat (limited to 'default.epub3')
-rw-r--r-- | default.epub3 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/default.epub3 b/default.epub3 index fa20fb8..f0feb14 100644 --- a/default.epub3 +++ b/default.epub3 | |||
@@ -5,22 +5,13 @@ | |||
5 | <meta charset="utf-8" /> | 5 | <meta charset="utf-8" /> |
6 | <meta name="generator" content="pandoc" /> | 6 | <meta name="generator" content="pandoc" /> |
7 | <title>$pagetitle$</title> | 7 | <title>$pagetitle$</title> |
8 | <style> | ||
9 | code{white-space: pre-wrap;} | ||
10 | span.smallcaps{font-variant: small-caps;} | ||
11 | span.underline{text-decoration: underline;} | ||
12 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
13 | $if(quotes)$ | ||
14 | q { quotes: "“" "”" "‘" "’"; } | ||
15 | $endif$ | ||
16 | </style> | ||
17 | $if(highlighting-css)$ | 8 | $if(highlighting-css)$ |
18 | <style> | 9 | <style> |
19 | $highlighting-css$ | 10 | $highlighting-css$ |
20 | </style> | 11 | </style> |
21 | $endif$ | 12 | $endif$ |
22 | $for(css)$ | 13 | $for(css)$ |
23 | <link rel="stylesheet" href="$css$" /> | 14 | <link rel="stylesheet" type="text/css" href="$css$" /> |
24 | $endfor$ | 15 | $endfor$ |
25 | $for(header-includes)$ | 16 | $for(header-includes)$ |
26 | $header-includes$ | 17 | $header-includes$ |