问题
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)
回答1:
Take a look at ScrewTurnWiki. Core/Formatter.cs has the HTML renderer, AFAICT.
回答2:
Just to add another option, the one used on codeplex has been made available as a .NET library: http://wikiplex.codeplex.com/
来源:https://stackoverflow.com/questions/1352623/net-wikitext-to-html-parser