somehow, the default "

" doesn't help with i.e. texy. it'd be great to be able to use a different string that would be able to pass umodified through the previous filters ...
thanks :-)

Comments

mojzis’s picture

of course I meant ...
<!--column-->

joachim’s picture

You might need to reorder your filters to get this to work.
What does the texy filter do to a Drupal teaser break?

mojzis’s picture

no order works :-) tried them all. (when CF is after Texy, the string gets modified, when it is before, Texy is confused about all the html it produces]
teaser works fine with Texy, it is probably hardcoded ? the separator probably doesn't even make it to the filter ?
thanks

joachim’s picture

Status: Active » Closed (won't fix)

The column marker follows the pattern of the break marker, and they are both in the form of HTML comments.
It really is up to other filters to ignore things that look like that -- does Texy chew up HTML comments in general?