Supported Markdown Syntax in md4x
mainmd4x is a fast markdown parser and renderer that supports a wide range of standard Markdown features, including:
- Inline Formatting: Bold (
**), Italic (_), Underline, Strikethrough (~~), and Inline Code (). - Links & Autolinks: Explicit links
[text](url), and automatic detection of URLs, emails, andwww.addresses. - Images: Standard markdown image syntax
. - Lists: Unordered lists (
-) and Ordered lists (1.). - Task Lists: Checkable items using
- [x]for completed and- [ ]for incomplete. - Blockquotes: Nested blockquotes using
>. - Horizontal Rules: Separators using
---. - Hard Breaks: Triggered by two trailing spaces or a backslash
\at the end of a line.