diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-02-13 22:49:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 22:49:10 -0800 |
commit | bc1f587e8594388069678fac377ac95b464e7845 (patch) | |
tree | 837f7ba7f7fe28767767d3478d7ced5426624d33 | |
parent | 21a78318e309235cec8ef0f732e01c97255eb588 (diff) | |
parent | 6e96149c63f4fe357f09976ca3da1136877b5198 (diff) | |
download | pandoc-templates-bc1f587e8594388069678fac377ac95b464e7845.tar.gz pandoc-templates-bc1f587e8594388069678fac377ac95b464e7845.zip |
Merge pull request #10 from jaybe-jekyll/patch-1
Add/sync styles.html to templates
-rw-r--r-- | styles.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/styles.html b/styles.html new file mode 100644 index 0000000..34cd4de --- /dev/null +++ b/styles.html | |||
@@ -0,0 +1,12 @@ | |||
1 | code{white-space: pre-wrap;} | ||
2 | span.smallcaps{font-variant: small-caps;} | ||
3 | span.underline{text-decoration: underline;} | ||
4 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
5 | div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
6 | ul.task-list{list-style: none;} | ||
7 | $if(quotes)$ | ||
8 | q { quotes: "“" "”" "‘" "’"; } | ||
9 | $endif$ | ||
10 | $if(highlighting-css)$ | ||
11 | $highlighting-css$ | ||
12 | $endif$ | ||