HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Not working :(

I just installed this with Vanilla 2.1.9 and it is not working. I am able to install it, but if I use the

<

pre> tag nothing is going it, it is simply displayed as text itself. :/

Comments

  • same here, writing between <..> but not show!!!

  • I have tested it on version.2.1.13p1 and on that version it works fine.
    You should use the pre tag and also the language name like below:

    <pre lang="php">php code goes here</pre>
    <pre lang=html">html code goes here</pre>
    <pre lang="javascript">javascript goes here</pre>
    <pre lang="css">css goes here</pre>
    
Sign In or Register to comment.