bares43 / MarkdownView

Native markdown rendering on top of Xamarin.Forms & Markdig.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Native markdown rendering on top of Xamarin.Forms & Markdig.

License:MIT License


Languages

Language:C# 100.0%