SnipSnap に使われているテンプレートエンジンが Radeox だが、実はコマンドラインから機能を試すことができる。プロンプトで、radeox.jar のあるディレクトリに移動して、
java -jar radeox.jar
と入力すると、
Radeox 0.8 Copyright (c) 2003 Stephan J. Schmidt, Matthias L. Jugel. All Rights Reserved. See License Agreement for terms and conditions of use. >
って感じで入力待ちになる。ここでテキストを入力すると、Radeox による変換の結果が出力されるのだ。
> http://localhost
<span class="nobr"><a href="http://localhost">http://localhost</a></span>
rendered in 0m0s0ms
> {link:f}
<span class="nobr"><a href="f">f</a></span>
rendered in 0m0s300ms
>まぁ、SnipSnap 内に Sandbox 作った方が早いんだけどさ。