Supported syntax
This preview implements a pragmatic subset of CommonMark — enough for READMEs, docs, and notes: headings, bold/italic, inline code and fenced code blocks, links, images, unordered and ordered lists, blockquotes, horizontal rules, and tables.
The parser runs entirely in your browser with no external dependencies. If you need full
CommonMark compliance (footnotes, strikethrough, task lists, custom HTML), use a dedicated
tool like pandoc.