Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/schema/document-footnotes.yml
12925 views
1
- name: footnotes-hover
2
schema: boolean
3
tags:
4
formats: [$html-files]
5
default: true
6
description: Enables a hover popup for footnotes that shows the footnote contents.
7
8
- name: links-as-notes
9
schema: boolean
10
tags:
11
formats: [$pdf-all]
12
default: false
13
description: Causes links to be printed as footnotes.
14
15
- name: reference-location
16
tags:
17
formats: [$markdown-all, muse, $html-files, pdf, typst]
18
schema:
19
enum: [block, section, margin, document]
20
default: document
21
description:
22
short: |
23
Location for footnotes and references
24
long: |
25
Specify location for footnotes. Also controls the location of references, if `reference-links` is set.
26
27
- `block`: Place at end of current top-level block
28
- `section`: Place at end of current section
29
- `margin`: Place at the margin
30
- `document`: Place at end of document
31
32