MarkdownView
MarkdownView copied to clipboard
Native markdown rendering on top of Xamarin.Forms & Markdig.
Markdown for Xamarin.Forms
You can also support author of original package here
A native Xamarin.Forms Markdown renderer.
Fork of original repository https://github.com/dotnet-ad/MarkdownView with some improvements.
Gallery
Introduction
Compared to a majority of solutions, MarkdownView will render every component as a native Xamarin.Forms view instead of via an HTML backend. The Markdown is directly translated from a syntax tree to a hierarchy of Xamarin.Forms views, : no HTML is being produced at all (hurray)!
This will produce a more reactive user interface, at the cost of rendering functionalities (at the moment though!).
Install
Available on NuGet.
Quickstart
See documentation.
Thanks
- dotnet-ad/MarkdownView : original package
- lunet-io/markdig : used for Markdown parsing
- mono/SkiaSharp : used for SVG rendering
Contributions
Contributions are welcome! If you find a bug please report it and if you want a feature please report it.
If you want to contribute code please file an issue and create a branch off of the current dev branch and file a pull request.
License
MIT © bares43, Aloïs Deniel