implementation notes and jots...
The easiest way would probably be to grab the DOM tree after MarkupParser.parse(), and do a series of simple translations. For example, through a custom WikiRenderer. Storing of the Mementos would need to be done in the HttpSession.
Added CreoleMarkupRenderer, which currently supports WikiCreole 0.2 syntax. This is a highly experimental feature. You can't do much with it yet, since we're missing a backconverter.
Lists, Horizontal Rule, Preformatted, Tables
__bold__
**bold**
''italics''
//italics//
!!!Large !!Medium !Small
====== Small ====== ===== Small ===== ==== Small ==== === Medium === == Large == = Large =
[Google|http://www.google.com/] [This is a page|Page]
[[http://www.google.com/|Google]] [[Page|This is a page]]
[{Image src = 'myimage.jpg' caption = 'this is my image'}]
{{myimage.png|this is my image}}