Markdown Features

Every Markdown element supported by GptMarkdown. All features work out of the box with no configuration.

FeatureNotesStatus
Headings (H1–H6)All six heading levels with auto-divider under H1.
Bold & italic**bold**, *italic*, and ***both***.
Strikethrough~~strikethrough~~ text.
Underline<u>underline</u> via HTML tag.
Inline code`backtick` inline code spans.
Code blocksFenced code blocks with syntax highlighting.
Unordered listsBullet point lists, with nesting.
Ordered listsNumbered lists.
Task lists (checkboxes)- [x] done / - [ ] pending
Radio buttons- (x) selected / - ( ) unselected
TablesFull GFM-style pipe tables.
Blockquotes> quoted text
Horizontal rule--- horizontal divider line.
Links[text](url) with onLinkTap callback.
Images![alt](url) with optional size.
Inline LaTeX\\( ... \\) and $...$ math expressions.
Block LaTeX\\[ ... \\] and $$...$$ display equations.
Highlighted text==highlighted== background spans.
IndentIndented text blocks.
Selectable textText is selectable by default.
RTL supporttextDirection: TextDirection.rtl
Custom builderscodeBuilder, latexBuilder, linkBuilder, imageBuilder, and more.