
This will display the generated HTML and the rendered HTML in the tab panel on the right. Simply type Markdown in the left hand text area and click the Render button. The demo has two windows and by default opens the HTML rendering window. This repo contains the following components: From the AST, it is then able to render the input as HTML. MarkdownKit takes Markdown as input and generates a Markdown MKDocument which is essentially an abstract syntax tree (AST). MarkdownKit is a labour love, taking months of hard work and containing over 8500 lines of code. After looking around I realised that there was no other solution available for Xojo and so I decided to write one myself.

I needed a fast and robust parser that not only would reliably generate the correct output but would also run on iOS.

MarkdownKit is a 100% CommonMark compliant Markdown parser for Xojo written in pure Xojo code.
