Incredible? We think not.
Advanced addressing allows omission of captions both for local and external links:
We do not rely on a specific implementation – first of all, we present a formal specification (currently underway) explaining in detail document tree structure and the markup itself.
Integrating the text processor into your project is very easy:
require 'uversewiki.php';
$doc = UWikiDocument::TryParsing('**Hello!**', 'wacko');
if ($doc) { echo $doc->ToHTML(); }
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 –