Skip to main content

render_markdown

Function render_markdown 

Source
pub fn render_markdown(text: &str) -> Vec<Line<'static>>
Expand description

Render markdown text into styled ratatui lines. Each line is indented with 2 spaces to match the conversation layout.