forked from manubot/rootstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml.yaml
31 lines (31 loc) · 853 Bytes
/
html.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Pandoc --defaults for HTML output.
# Load on top of common defaults.
to: html5
output-file: output/manuscript.html
# include-before-body:
### third-party plugins
#- build/plugins/d3.html
include-after-body:
### theme
- build/themes/default.html
### first-party plugins
- build/plugins/core.html # needed for all first-party plugins
- build/plugins/accordion.html
- build/plugins/anchors.html
- build/plugins/attributes.html
#- build/plugins/inline-svg.html
- build/plugins/jump-to-first.html
- build/plugins/lightbox.html
- build/plugins/link-highlight.html
- build/plugins/table-of-contents.html
- build/plugins/tooltips.html
### third-party plugins
- build/plugins/analytics.html
- build/plugins/hypothesis.html
- build/plugins/mathjax.html
#- build/plugins/scite.html
variables:
document-css: false
math: ""
html-math-method:
method: mathjax