Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert or parse wiki in c#

Tags:

c#

parsing

wiki

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.

like image 203
mch_dk Avatar asked Mar 04 '11 15:03

mch_dk


2 Answers

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

like image 189
Bala R Avatar answered Oct 19 '22 11:10

Bala R


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

like image 34
kyrylomyr Avatar answered Oct 19 '22 12:10

kyrylomyr