I write articles on my blog and I need to highlight the source code(java, php or whatever) with special colors like here in stackoverflow with the <pre> tag; could you tell me what option should i use in my blog to do so? You can take a look on my blog to see what I mean. Thanks in advance.
I write articles on my blog and I need to highlight the source code(java,
Share
StackOverflow uses Google Prettify
For the most basic usage, just decorate your
pretags with thePrettyPrintclass.