.Net WikiText to HTML Parser [closed]

混江龙づ霸主 提交于 2019-12-12 18:16:02

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!