Show Markdown as platform native UI components, so NO HTML output but native controls!
The project goal is a super fast and easy to implement and highly customizable view. Feel free to add more.
- Implement a MarkdownView in your XAML that loads Markdown text
optional
- Customize styling (highly recommended)
- Customize writer or formatter or handler
- Customize everything else
- CommonMark.NET is used to read Markdown text and turn them into usable c# objects
- A custom formatter is created to work with the created c# objects (formatter looks like a CommonMark.NET formatter)
- A custom writer is created to control creation of UI components
- An UI component generator is created which supplies the UI components (one for every platform)