Using Drupal 7.22, Geshi filter 7.x-1.2 and libraries 7.x-2.1

Checked a checkbox "use Geshi filter" in a FULL HTML filter, but still when i'm trying to use something like that:

<php>
echo 'some code'; // not highlighting at all :X
</php>

Not highligting

Comments

Heihachi88’s picture

Issue summary: View changes

spell

soxofaan’s picture

In what order are the text filters ("Filter processing order" on the text format's settings page) in your text format?

In general GeSHi Filter should come before "convert line breaks into HTML", "Correct faulty and chopped off HTML" and the like

alex_sansom’s picture

I was having similar problems as the issue author. To get things working, I changed my order of filters to:

Convert URLs into links
Limit allowed HTML tags
GeSHi filter
Convert line breaks into HTML (...)
Correct faulty and chopped off HTML

alex_sansom’s picture

Issue summary: View changes

SPELLLS

yukare’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Since this is for more than a year without any comment i am closing it, please, if you still have this issue reopen it.