Is there any simple wiki parsing opensource java service?
What I generally need is simple - opensource library with function that will turn g开发者_高级运维iven wiki mark up string into html. It shall work well with spark and red5 and Hibernate. It shall be tolerant to html objects inserts like YouTube videos, mathml and TeX inside that string. So is there any such function in some JavaScript library?
I presume you want this specifically for MediaWiki? If yes, according to http://www.mediawiki.org/wiki/Alternative_parsers, you've got two choices:
- http://www.wikiwyg.net/
- http://en.wikipedia.org/wiki/en:User:Pilaf/Live_Preview
Neither seems to do quite what you want, but they should be a useful starting point.
精彩评论