Skip to main content

Crate orbital_markdown

Crate orbital_markdown 

Source
Expand description

Shared markdown → HTML rendering with citation refs and image support.

Structs§

CitationLinkStyle
HTML anchor template for resolved [^id] citation refs.
CitationRef
Citation id + 1-based display index for ref resolution.
MentionLinkStyle
HTML anchor template for resolved @[label](id) mention refs.
MentionRef
Mention id + display label for @[label](id) resolution.
OrbitalMarkdownOptions
Feature flags for markdown rendering.
RenderContext
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 Link classes to plain markdown anchors.