div-anchors

Published

Last modified: 2026-04-23 00:08:15 (UTC)

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-anchors

0.2 Usage

Add the extension to your document’s front matter:

filters:
  - d-morrison/div-anchors

Or add it to _quarto.yml to apply it to every document in a project:

filters:
  - d-morrison/div-anchors

0.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.

References

Back to top