I recently implemented a comments section that used Textile formatting
like in confluence. In fact it uses the ConfluenceDialect. I really
liked how it turned out. Of course there is some end user training
about wiki/textile markup rather than HTML. I need to look at
Confluence and see
I am writing a simple blog application. Each entry has a title and a body.
The body may contain html elements such as "". However, if you add the
following value into your sample data, the html elements are cut off and
hence not inserted into the database:
London is a great city.
The soluti