Expand description
Markdown rendering utilities for terminal output with syntax highlighting support.
Structs§
- Markdown
Line - A rendered line composed of styled segments.
- Markdown
Segment - 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.