bigtlb / markdownsharp.uwp

Automatically exported from code.google.com/p/markdownsharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkdownSharp.UWP

This is a fork of jrummell's GitHub clone of the Google Code MarkdownSharp project

I used this as a base, since it seemed to have the most up to date and comprehensive set of bug fixes by [balpha] 3 and also had a previous NuGet package.

I have converted the project to a Universal Windows Platform (UWP) targeted portable class library (with ASP.Net 5 as a secondary target). By targeting just UWP, I was able to preserve the RegexOptions.Compile directive which other PCL packages can't use.

I converted some of the basic unit tests into a UWP UnitTest project, but haven't had time to move the embedded resource tests or benchmarks.

About

Automatically exported from code.google.com/p/markdownsharp


Languages

Language:C# 43.0%Language:Perl 21.0%Language:HTML 19.9%Language:PHP 16.0%