rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

Simplify basic usage with a static toHtml() method #93

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Simplify basics usage with a static toHtml() or toText() methods:

{{{
public static String toHtml(String rawWikiText)
public static void toHtml(String rawWikiText, Appendable resultBuffer) throws 
IOException 
public static void toHtml(String rawWikiText, Appendable resultBuffer, String 
imageBaseURL, String linkBaseURL) throws IOException
public static void toText(IWikiModel model, ITextConverter converter, String 
rawWikiText, Appendable resultBuffer,boolean templateTopic, boolean 
parseTemplates) throws IOException
}}}

Original issue reported on code.google.com by axelclk@gmail.com on 12 May 2012 at 9:44

GoogleCodeExporter commented 8 years ago
Commited r5176.

Original comment by axelclk@gmail.com on 12 May 2012 at 9:46

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 3 Jun 2012 at 10:54