Incredible? We think not.
Call any markup extension in a uniform way:
Inline PHPecho 'PHP'
PHPecho 'PHP'
$s = 'Block PHP code'echo "$s over multiple lines.";
Call markup extensions and pass them parameters in a uniform way:
%%(php) echo 'Hello!';%% {{Image Sun.jpg, 50x30}}
Instead of using regular expressions a document tree is created that is then rendered into HTML or other output format.
It can be used for plenty of other things as well.
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 –