b)
<html>
你的內容 ...
</html>
(也可在<html> </html>之間加入合適的 html 標記語法)
c)
{{{
你的內容 ...
}}}
2) SyntaxHighlighterPlugin
(你的網頁不是已安裝了 ?)
<code bash>
你的內容 ...
</code>
或者
<code perl>
你的內容 ...
</code>
(雖非 perl codes ,不過有不同的顯示結果)
其他在 http://www.tiddlywiki.com 都可找到說明範例,<html> ... </html> 事變通的用法。