2

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)

Jaimal Chohan
  • 8,530
  • 6
  • 43
  • 64

2 Answers2

5

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

Diadistis
  • 12,086
  • 1
  • 33
  • 55
Martin v. Löwis
  • 124,830
  • 17
  • 198
  • 235
1

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

Michael
  • 11,571
  • 4
  • 63
  • 61