Hi again, and thanks for your answer, Amit.
I have inserted a temporary hack into syntax_hilite.php for fixing my problem (i.e. do some string replacements). It’s dirty, but it works.
Now my greater/less than signs are displayed correctly. On the other hand, this might not be a wise thing to do if one wanted to display HTML source code, so it’s an ugly fix. Works for me though.
BTW, your plugin is the only code hiliter I have found that actually works as it should. Well done!
Cheers,
Emil
Rok,
Use square brackets for the code tags ([java]…[/java]) and it’ll probably look much better.
/Emil
Hi!
Is there a way of using HTML entities in code and have it translated before presentation?
Example:
[csharp]
Array.Sort<Pass>((results, ComparePass);
[/csharp]
I cannot use the real < and > characters since WordPress will mistake them for XHTML tags and modify case, insert closing tags, etc…
TIA,
Emil