Markdown.NET 1.0.1b7 Released
Posted in Development
Since I released the initial version of my C# port of Markdown both authors, John Gruber (Perl) and Michel Fortin (PHP) have gone through a couple of rounds of bug fixing. I’ve brought my C# code in sync with theirs, ver. 1.0.1b7 as of today.
Michel pointed out a couple of problems with compiling Markdown.NET in Mono and suggested where the mono compiler was blowing up.
Also, I’m including an exact copy of my Markdown.NET online tool in the code download. Go get it!
Special thanks to Michel for helpful tips.
3 comments
Patrick Wolf
on October 28, 2009
there is an updated markdown library for .NET 2.0 here:
http://www.brianjeremy.com/2007/12/07/revisied-markdownnet-library
Jeff Atwood
on December 30, 2009
Milan was kind enough to grant copyright to me so we could open source the code and invite community participation -- thank you!
Announced here:
http://blog.stackoverflow.com/2009/12/introducing-markdownsharp/
If you'd like to contribute, the new project home is
http://code.google.com/p/markdownsharp/

Jacob
on February 2, 2008
I have used it as yet!