Hi Mario,
There seems to be one flaw in your idea, though, which is that...
{{{text text
text text
text text
}}}
...is not rendered as a pre block but instead rendered inline as...
<code>text text
text text
text text
<code>
...and by the browser as...
text text text text text text
So, readablity were not at all given (in a backwards compatible way)
as all linebreaks were ignored in the html output.
On the other hand, this markup seems a real neat idea with already two
powerful use cases...
1) syntax highlighting
2) different (wiki) formatters
But again, the problem in all this is that - in a TiddlyWiki agnostic
to the correpsonding logic (by not having the required plugins) - all
of this was rendered inline, not as a pre block.
Cheers, Tobias.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.