Skip to content

hoedown/hoedown.net

 
 

Repository files navigation

Hoedown.net

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.

Compiling Hoedown with Visual Studio 2013

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:

VS C++ compiler CTP

License

The wrapper is available under the MIT license. Note that the actual library is not licensed under the MIT license.

About

A .NET wrapper of the hoedown markdown library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%