Hoedown.net provides .NET bindings for the nice and popular hoedown markdown library.
It was forked from Sundown.net, which supplies bindings to sundown, the hoedown predecessor.
The aim of this library is to provide all the functionality that hoedown provides alongside the possibility to do stuff quickly (simple API).
It is ridicolously fast compared to pure .NET/Regex implementations.
To compile the native hoedown library, you need VS2013 with the newest C++ compiler preview from Microsoft, as hoedown uses C99 language features. Get it here:
The wrapper is available under the MIT license. Note that the actual library is not licensed under the MIT license.