6

Looking for a c# class or similar that can parse or convert wiki-formated text to html or similar.

Specs are here: http://www.mediawiki.org/wiki/Markup_spec

Thanks.

mch_dk
  • 369
  • 1
  • 4
  • 15

2 Answers2

4

According to this post, you can rip apart the parse helper class from ScrewTurn Wiki

Community
  • 1
  • 1
Bala R
  • 107,317
  • 23
  • 199
  • 210
2

Maybe you are looking for this (Wiki .NET Parser). Also, you can look an example of parsing on this article.

kyrylomyr
  • 12,192
  • 8
  • 52
  • 79