diff options
author | jaybe@jekyll <jaybe-jekyll@users.noreply.github.com> | 2020-02-13 22:07:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 22:07:05 -0600 |
commit | 6e96149c63f4fe357f09976ca3da1136877b5198 (patch) | |
tree | 837f7ba7f7fe28767767d3478d7ced5426624d33 | |
parent | 21a78318e309235cec8ef0f732e01c97255eb588 (diff) | |
download | pandoc-templates-6e96149c63f4fe357f09976ca3da1136877b5198.tar.gz pandoc-templates-6e96149c63f4fe357f09976ca3da1136877b5198.zip |
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$ | ||