http://geektalkin.blogspot.my/2009/11/embed-code-syntax-highlighting-in-blog.html
Escape the HTML Code
http://accessify.com/tools-and-wizards/developer-tools/quick-escape/default.php
<pre class="brush: js"> #########YOUR CODE######## </pre>
// Comment public class Testing { public Testing() { } public void Method() { /* Another Comment on multiple lines */ int x = 9; } }
No comments:
Post a Comment