Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/QuinnDamerell/UniversalMarkdown

A markdown parsing and rendering library for C# and Windows Universal Apps
https://github.com/QuinnDamerell/UniversalMarkdown

Last synced: 6 days ago
JSON representation

A markdown parsing and rendering library for C# and Windows Universal Apps

Lists

README

        

# Universal Markdown
Universal Markdown is your one-stop-shop for all of your markdown needs in C#. Universal markdown was built for the open source reddit app Baconit, but hopefully it will be adopted by others and improved by the community.

### Project Goals

The goal of this project is provide a great, easy to use, and fast markdown parser and render that will fit the needs of any C# project.

### Quick Usage
Currently there is only a UWP control, but hopefully more will be added later. Usage of the UWP TextBlock is simple, after referencing the project all that is required is to add the element to your XAML. See the sample app for a quick and dirty reference implementation.

### Questions, Feedback, & More
I hope to write more documentation for this project when I get time, for now if you have any questions please ask them in http://www.reddit.com/r/baconitdev.