/**
* simple example
*/
public static void main(String[] args) {
TracModel wikiModel = new TracTestModel("http://www.bliki.info/wiki/${image}", "http://www.bliki.info/wiki/${title}");
String htmlStr = wikiModel.render("This is a simple [[Hello World]] wiki tag");
System.out.print(htmlStr);
}