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