jon.recoil.org

Module type Odoc_extension_api.ExtensionSource

The signature that all tag extensions must implement

Sourceval prefix : string

The tag prefix this extension handles. E.g., "note" handles @note, "admonition" handles @admonition.note

Document phase: convert tag to renderable content. Called during document generation. Returns content plus any page-level resources needed (JS/CSS).