public class WikiParser extends Object
render(java.lang.String) takes
wiki text and returns XHTML.
WikiParser's behavior can be customized by overriding appendXxx() methods, which should make integration of this class into any wiki/blog/forum software easy and painless.
See http://code.google.com/p/t4-wiki-parser/ and http://www.wikicreole.org/
| Constructor and Description |
|---|
WikiParser() |
public static String renderSnippet(String wikiText)
render(java.lang.String) in
that it expects a single line of text which may contain inline formatting, but contains no
block formatting.Copyright © 2013. All Rights Reserved.