Hi, I'm using the last classTextile.php version:
http://textpattern-cms.googlecode.com/svn/releases/4.0.6/source/textpatt...
The following code:
* element 1
* element 2
should create the following HTML:
<ul>
<li>element 1</li>
<li>element 2</li>
</ul>
But unfortunatelly it creates the following:
<ul>
<li>element 1</li>
</ul>
<ul>
<li>element 2</li>
</ul>
How to solve it? I've tryed it with "Line break converter" enabled and dissabled, the result is the same.
Thanks a lot.
Comments
Comment #1
Andrew Schulman commentedThis is a problem, and it appears to be the same as http://drupal.org/node/349254. It's an upstream bug in Textile: At http://textism.com/tools/textile/index.php, if you run the sample text through, specifically the part that has
then you'll see it's broken there too.
Comment #2
ibc_drupal commentedIf you test the above code in http://textile.thresholdstate.com/ it is correctly rendered in HTML.
Comment #3
ibc_drupal commentedPlease, check this simple code:
a) http://textile.thresholdstate.com/
Result OK:
b) http://textism.com/tools/textile/
Result WRONG:
Comment #4
ibc_drupal commentedWell, using the classTextile.php from http://textpattern.com/download it works.
Thanks for pointing the other bug in which this solution appears.
Comment #5
lenart commentedAs said above - you need to get the latest classTextile.php