databinder-3 bind auth cookie to ip address
databinder-4 databinder dispatch script should respond to 'stop'
databinder-5 databinder dispatch plain HTTP
databinder-6 Access to QueryPanel
databinder-7 auth components need localizable strings
databinder-8 blob size validation
databinder-9 buildr plugin
databinder-10 DataApplication initialization
databinder-11 please reconsider IDataApplication.isDataBrowserAllowed()
databinder-12 Add target directory to svn.ignore
databinder-15 remove button for IterableEntityView
databinder-16 DataServer path-finding problems
databinder-17 DataBinder-AO hard-codes property names
databinder-18 NPE trying to sign in as non-existent user
databinder-20 [ActiveObjects] Passing Null Values to DBParam
databinder-21 TextileLabel Fails to Render Valid Markup
Created by: daniel
on: 4/15/08
Updated by: daniel
on: 4/15/08
Assigned to:

TextileLabel current fails on the following input:


* Fuel could be:
<strong>* Coal
</strong>* Gasoline
<strong>* Electricity
</strong> Humans need only:
<strong>* Water
</strong>* Protein

Notice that it also fails to properly handle the mixed markup (both examples from Hobbix). This is because JTextile is rather limited in what it can render. There is another open-source textile rendering library that is much more full-featured (Plextile). I’m not sure how the licensing will work out though, so including it with Databinder might be a problem. I have some code which defines a TextileLabel backed by Plextile published on my blog. This code also works around some of the more annoying aspects of Plextile (e.g. its handling of paragraphs).

databinder-22 [DataStaticService] ensureSession disregards key
databinder-23 arrows in baseball ex
databinder-24 rollbacks should warn
databinder-25 graffiti bad query

Enter new issue

[databinder-21] TextileLabel Fails to Render Valid Markup edit

Comments