* links to other wiki topics.
* @throws IOException
*/
public static void toHtml(String rawWikiText, Appendable resultBuffer,
String imageBaseURL, String linkBaseURL) throws IOException {
toText(new WikiModel(imageBaseURL, linkBaseURL), new HTMLConverter(),
rawWikiText, resultBuffer, false, false);
}