Posted by jpetso on February 21, 2008 at 7:19pm
Jump to:
| Project: | Textile |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#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.
#3
Using the latest stable version of classTextile.php (see http://drupal.org/node/520604 comment #2) in Drupal 6 this problem does not reproduce. So this issue seems to be a support request that is resolved, either by updating classTextile.php — or possibly, by reordering filters.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.