Prevent linking in code and pre
-
Is there a way to do that ? Prevent linking in code and pre.
For example, if I have something to show as code using: [php] code here [/php]
Instead of showing this:
killall FinderI get this:
killall <a title="Finder" href="http://site.com/tag/finder/">Finder</a>Because its linking in there, but it shows as code, not as a link. Of course the result is completely wrong, there should be no links there when code is shown.
How can I fix that ?
Thanks.
The topic ‘Prevent linking in code and pre’ is closed to new replies.