Module markdown

Module markdown 

Source
Expand description

Markdown rendering utilities for terminal output with syntax highlighting support.

Structs§

MarkdownLine
A rendered line composed of styled segments.
MarkdownSegment
A styled text segment.

Functions§

render_markdown
Convenience helper that renders markdown using the active theme without emitting output.
render_markdown_to_lines
Render markdown text to styled lines that can be written to the terminal renderer.