pub fn render_markdown_to_lines(
source: &str,
base_style: Style,
theme_styles: &ThemeStyles,
highlight_config: Option<&SyntaxHighlightingConfig>,
) -> Vec<MarkdownLine>pub fn render_markdown_to_lines(
source: &str,
base_style: Style,
theme_styles: &ThemeStyles,
highlight_config: Option<&SyntaxHighlightingConfig>,
) -> Vec<MarkdownLine>