Expand description
Shared markdown → HTML rendering with citation refs and image support.
Structs§
- Citation
Link Style - HTML anchor template for resolved
[^id]citation refs. - Citation
Ref - Citation id + 1-based display index for ref resolution.
- Mention
Link Style - HTML anchor template for resolved
@[label](id)mention refs. - Mention
Ref - Mention id + display label for
@[label](id)resolution. - Orbital
Markdown Options - Feature flags for markdown rendering.
- Render
Context - Context for resolving citation refs and deduping images.
Constants§
- ORBITAL_
LINK_ INLINE_ CLASS - CSS classes applied to theme-aware inline links in markdown HTML.
Functions§
- render_
to_ html - Render markdown to sanitized HTML.
- style_
markdown_ links - Apply Orbital
Linkclasses to plain markdown anchors.