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
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
* blah

then 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

swartzrock - November 22, 2008 - 23:13

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

Schneck - February 2, 2009 - 08:17
Version:5.x-2.1» 6.x-2.0

I solved this by disabling Drupal's automatic line break conversion input filter.

 
 

Drupal is a registered trademark of Dries Buytaert.