Supported Markdown features
mainThe streaming-markdown parser supports a wide range of Markdown features, including:
- Basic Formatting: Paragraphs, line breaks, headers, horizontal rules (
---,***,___), blockquotes. - Emphasis: Italic (asterisks or underscores), Bold (double asterisks or underscores),
Strikethrough. - Lists: Unordered, ordered (with
startattribute), task lists, and nested lists. - Code: Inline code (
`code`) and code blocks (triple backticks or indented), including language attributes. - Links & Media: Links (
[text](url)), autolinks (e.g.,https://...), and images (). - Tables: Standard markdown tables.
- Math: LaTeX tags for blocks (
\[...\],$$...$$) and inline (\(...\),$...$). - Other: Escaping characters, nested emphasis combinations, and
<br>tags.