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.
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!).
Available on NuGet.
See documentation.
- dotnet-ad/MarkdownView : original package
- lunet-io/markdig : used for Markdown parsing
- mono/SkiaSharp : used for SVG rendering
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.
MIT © bares43, Aloïs Deniel