Comprehensive and well maintained wiki syntax Parser for PHP
Posted
by Rowan
on Stack Overflow
See other posts from Stack Overflow
or by Rowan
Published on 2010-03-17T23:14:15Z
Indexed on
2010/03/17
23:21 UTC
Read the original article
Hit count: 444
I'm looking for a comprehensive and well maintained wiki syntax Parser for PHP, does anybody know of one? I can find some really good parsers for markdown and bbcode but am having trouble with finding a decent wiki parser.
I prefer markdown myself, but I'm writing post functions for a CMS and I'd like to give end-users a choice.
I thought about downloading a copy of MediaWiki and seeing how they do it, thoughts on this as an option?
© Stack Overflow or respective owner