pub fn render_markdown(
markdown: &str,
max_width: Option<usize>,
) -> Text<'static>Expand description
Render markdown string to ratatui Text with default styling
ยงArguments
markdown- The markdown string to rendermax_width- Optional maximum width for full-width backgrounds (defaults to 120)