div-anchors
Welcome
div-anchors is a Quarto extension that adds visual URL anchor links to theorem and proof divs for HTML output, similarly to the built-in anchor-sections option for section headings.
0.1 Installation
quarto add d-morrison/div-anchors0.2 Usage
Add the extension to your document’s front matter:
filters:
- d-morrison/div-anchorsOr add it to _quarto.yml to apply it to every document in a project:
filters:
- d-morrison/div-anchors0.3 Demo
See the Div Anchors Extension Demo for a live demonstration of all supported theorem types.
0.4 Source
Source code is available at https://github.com/d-morrison/div-anchors.