Supported Markdown Syntax and Extensions
mainByteMD supports standard Markdown syntax and various extended features through plugins. Supported syntax includes:
- Basic Syntax: Bold (
**text**), Italics (_text_), Links ([text](url)), Ordered/Unordered Lists, and Blockquotes. - GFM (GitHub Flavored Markdown): Automatic URL linking, Strikethrough (
~~text~~), Task lists (- [x]), and Tables. - Footnotes: Using
[^1]syntax for references and[^1]: contentfor definitions. - Gemoji: Emoji shortcodes like
:+1:or:family_man_man_boy_boy:. - Math Equations: Inline math using
$a+b$and block math using$$delimiters. - Mermaid Diagrams: Rendering diagrams using
mermaidcode blocks.