pub fn render_markdown(input: &str) -> Result<String, CoreError>
Convert Markdown to HTML using comrak with GFM extensions enabled.