MarkdownKit
CommonMark 0.29 | Custom Renderers | Character Tracking
MarkdownKit is a CommonMark compliant Markdown parser for Xojo.

MarkdownKit is the only 100% CommonMark compliant Markdown parser available for Xojo.
Features
- 100% CommonMark 0.29 compliant
- Tracks the exact location of every character in the source code for compatibility with source code editors
- Build an abstract syntax tree (AST) that can be manipulated
- Convert Markdown to HTML with one line of Xojo code
- 100% Xojo code. No plugins or shell commands
- Cross platform. Works in all Xojo projects – desktop, iOS and Web