does prettify not work with html? -


i trying use prettify this:

<code class="prettyprint lang-html">     <link rel="stylesheet" href="themes/myplug/styles.css?v=1.0">     <script src="js/myplug.js"></script> </code> 

but no text output on page, have manually convert every bracket, ie.

< &lt; 

and

> &gt; 

in order use prettify html code?

yes need convert < &lt; , > &gt; manually. note prettify works html brackets have change them manually.


Comments