I know, I know, its sounds silly, but it seems that there are no opensource robust .NET libraries out there for parsing Wikitext to HTML.

Anybody know of a stable.robust .net Wikitext to HTML parser (i.e. codeplex projects that are still in beta mode do not count)

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Take a look at ScrewTurnWiki. Core/Formatter.cs has the HTML renderer, AFAICT.

link|improve this answer
Cheers, I forgot all about just ripping apart another c# wiki – Jaimal Chohan Aug 30 '09 at 1:10
feedback

Just to add another option, the one used on codeplex has been made available as a .NET library: http://wikiplex.codeplex.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.