What is a good open source .NET library to convert markdown to HTML on the server?
If this has been answered somewhere else please point me to the post. Thanks.
What is a good open source .NET library to convert markdown to HTML on the server?
If this has been answered somewhere else please point me to the post. Thanks.
On ASP.NET Resources you can find the Markdown.Net library by Milan Negovan:
Markdown.Net. It hasn't been developed since 2004 it appears. A revised coverage fixing some of its problems can be found here : http://www.brianjeremy.com/2007/12/07/revisied-markdownnet-library/
Off topic:
Maybe you are looking for something like Markdown. So you could consider using Textile:
Textile.NET is, surprisingly, a textile formatter for .NET projects. Textile is a "human web text generator" that is useful for rapid web writings such as Wiki syntax or blog articles. From a simple and intuitive syntax it creates well formed HTML with advanced formatting features, while also allowing the user to customize the output.
Check out Markdown Sharp. It's the open source library that resulted from the development of Stack Overflow and is much more robust/actively developed than markdown.net.