@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    • 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.

      Parameters

      • md: string

      Returns string