Textile code not parsed in specific condition
appel - February 15, 2007 - 09:13
| Project: | Textile |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Latest HEAD with this .info patch seems to work in my 5.1 installation (upgrade from 4.7.5), but I stumbled upon one peculiar issue; if your node body starts with a list and the first list-item on that list contains a link, then it will not be textiled.
This works:
lorem ipsum
* "lorem ipsum":/node/15
* "lorem ipsum":/node/15This also works:
* lorem ipsum
* "lorem ipsum":/node/15This will not work:
* "lorem ipsum":/node/15
* "lorem ipsum":/node/15This behavior doesn't occur in Drupal 4.7.5 with Textile 4.7.x-1.x-dev, so it appears to be a bug with the module.

#1
I have not been able to reproduce this with version 5.x-1.0 that I just committed. Please try this version and ensure that no other filter modules are conflicting with Textile.
#2
I'm having a similar but different problem.
If I use:
"test":node/392then I get a local link that is correctly rendered as http://mysite/node/392. If instead I use:
"test":/node/392which is the format most of the stories I have (which worked correctly with Drupal 4.5 (or 4.3?) and Textile), it is rendered as http://node/392.
I've disabled all filters except textile with the same result.
Any suggestions?
(Btw, thanks for updating this for 5.x and taking care of this module for so long!)