// Markdown parser that renders to HTML and ANSI terminal output return { html = markdown_html, ansi = markdown_ansi, text = markdown_text }