Incredible? We think not.
Integrating the text processor into your project is very easy:
require 'uversewiki.php';
$doc = UWikiDocument::TryParsing('**Hello!**', 'wacko');
if ($doc) { echo $doc->ToHTML(); }
Try moving your mouse over any word in this area and you’ll see the document tree that is created from each source text.
Try with some nesting: «Link with bold italic term».
Interested? Learn more or give it a try:
UverseWiki – a universal text markup – a general yet in-depth look at the roots of our project’s idea.
– develop – write docs – integrate – give feedback – spread the word –