Bullet points don't work at the beginning of a text
jpetso - February 21, 2008 - 19:19
| Project: | Textile |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It seems that there needs to be some text preceding a bullet point list.
If I write a node with the (only) text contents
* blah
* blah
* blahthen this will parse to
* blah
- blah
- blah
Which is not cool, because I need a CCK text field where my client (er... father... whatever) can specify a bullet point list of person details. Any chance this can be fixed soon and easy? Otherwise I'd need to hack it myself.

#1
This can be fixed by downloading an improved version of classTextile.php, now hosted on Google Code:
http://textpattern-cms.googlecode.com/svn/releases/4.0.6/source/textpatt...
(from kemitix's tip at http://drupal.org/node/143730#comment-818526 - thanks kemitix!)
#2
I solved this by disabling Drupal's automatic line break conversion input filter.