When I read section Typed Blocks in  http://tiddlywiki.com/static/Typed 
Blocks in 
WikiText.html<http://tiddlywiki.com/static/Typed%2520Blocks%2520in%2520WikiText.html>

$$$application/javascript
//This is some JavaScript
var thing = 2 + "one";
$$$

and other seem to render as unknown type like this :

//This is some JavaScript
var thing = 2 + "one";

Only .svg like 

$$$.svg
<svg xmlns="http://www.w3.org/2000/svg"; width="150" height="100">
  <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
$$$

same to render good like this


Is it normal, or do I misunderstand ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to