Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.97 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.97 KB

Markdown for Xamarin.Forms

NuGet Donate
You can also support author of original package here Donate

A native Xamarin.Forms Markdown renderer.

Fork of original repository https://github.com/dotnet-ad/MarkdownView with some improvements.

Gallery

Light theme

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

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