Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Using <code> with class="XX"
Hello,
I just tried to use this addon,
using < code>< /code> work correctly, but i can't specify kind of code (php or else)
Is there any exemple of use please.
Thanks .
Best regards.
I just tried to use this addon,
using < code>< /code> work correctly, but i can't specify kind of code (php or else)
Is there any exemple of use please.
Thanks .
Best regards.
0
Comments
I have read all about it, still now luck. Will try again and keep everyone updated if I make any progress.
VanillaSyntaxizer/default.php
? sra did some "changes" and they didn't worked so I suppose that you made similiar mistakes. There is a thing, that new version of Vanilla (I wrote this plugin some time ago) changes some ids/classes of DOM elements, so you have to change a jQuery selector. Version 1.1 of Vanilla Syntaxizer has been changed so it should work now.EDIT:
One change I had to make which may be just my theme but I had to change the css to color it a little better.
Just added "!important" like below so I it would override the default theme.
pre.sh_sourceCode{font-family:monospace !important; font-size:1.05em !important; border:solid 1px #ddd !important; background-color:#fff !important;color:#000 !important;font-weight:normal !important; font-style:normal !important;}