Skip to content

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

License

Notifications You must be signed in to change notification settings

bares43/MarkdownView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Languages

  • C# 100.0%