Project DescriptionThis program will convert markdown text files to HTML files, using the Markdown.Sharp implementation. Written in C# 3.0 for .NET 3.5.
This program allows you to convert text files formatted according to
Markdown syntax to HTML files. This allows you to keep documents in Markdown syntax on disk and convert them to HTML for publishing.
The program uses the
MarkdownSharp library for the actual conversion, the same used by
Stack Overflow.
The program requires .NET 3.5 SP1 installed to function.
Note: If you intend to download or clone the source code to this project, note that it uses Mercurial subrepos for the command line argument handling and the markdownsharp libraries, and the markdownsharp libraries is a Subversion repository, which means you need the Subversion command line client as well if you intend to do a normal Mercurial clone.