Incredible? We think not.
Advanced addressing allows omission of captions both for local and external links:
Include quotations from posts on a wiki-enabled forum into a wiki-enabled blog – with changes reflecting in real-time.
It turned out I that was right: {{Include http://forum.example.com/wiki?post=192}}
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 –