Path: blob/main/src/resources/schema/document-footnotes.yml
12921 views
- name: footnotes-hover1schema: boolean2tags:3formats: [$html-files]4default: true5description: Enables a hover popup for footnotes that shows the footnote contents.67- name: links-as-notes8schema: boolean9tags:10formats: [$pdf-all]11default: false12description: Causes links to be printed as footnotes.1314- name: reference-location15tags:16formats: [$markdown-all, muse, $html-files, pdf, typst]17schema:18enum: [block, section, margin, document]19default: document20description:21short: |22Location for footnotes and references23long: |24Specify location for footnotes. Also controls the location of references, if `reference-links` is set.2526- `block`: Place at end of current top-level block27- `section`: Place at end of current section28- `margin`: Place at the margin29- `document`: Place at end of document303132