pub fn render(element: &MarkdownElement, width: usize) -> Vec<Line<'static>>
Render a markdown element to ratatui Line with given width.