Re: Plugin suggestions
the problem are the priorities, if I use this filter:
add_filter(‘post_text’, ‘wp_syntax_before_filter’, 0);
there is no geshi parsing.
I get the best result without the priorities, but than I have problems with chars like <> and not allowed tags etc.