losing line breaks
WorldFallz - October 2, 2007 - 22:23
| Project: | Chili Highlighter |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
This is just the module I was looking for-- but the plugin seems to be killing the line breaks between <code> and <\code>. I've tried using <br> and <br /> and \n but nothing seems to make a difference. Any idea where I should look? I checked out the html.js and html.css files but nothing jumped out at me (I'm only using it for HTML at the moment).
Any info would be greatly appreciated. thanks.

#1
I have the same problem. I use the "code" tags always by opening and closing for new lines. I hope there is another solution, because it is pretty boring.
#2
I've noticed that Chili seems to work better with
<pre>tags than<code>tags.#3
Thought I would bump this post back to the top. Im using D5.x and just been through the "ringer" trying out every option out there for enabling syntax highlighting. The Chili module was one of the last ones I came to, but its the one Im using now (for the time being). It seems to work pretty good. My result was the same as yours- it seems to work with the "pre" tags, but not with "code".