Converts a Markdown string to an HTML string using the built-in GFM-capable converter.
Supports: headings (h1–h3), bold, italic, bold+italic, strikethrough, underline, inline code, links, images, unordered lists, ordered lists, blockquotes, fenced code blocks, horizontal rules, and GFM tables with left/center/right column alignment.
This function is used by DefaultMarkdownParser and is also exported for callers that prefer a plain function over a class.
Converts a Markdown string to an HTML string using the built-in GFM-capable converter.
Supports: headings (h1–h3), bold, italic, bold+italic, strikethrough, underline, inline code, links, images, unordered lists, ordered lists, blockquotes, fenced code blocks, horizontal rules, and GFM tables with left/center/right column alignment.
This function is used by DefaultMarkdownParser and is also exported for callers that prefer a plain function over a class.