I\'m using blogger.com to host some texts on programming, and I\'d like to use Prettify (same as Stack Overflow) to nicely colour the code samples.
How do I ins
cdnjs providing the library "SyntaxHighlighter"
got to blogger >> template >> edit template add below code just before ending of the body tag and save template.
I have given Example for python.
you can link the other language script files from cdnjs.
syntax highlight code
print("hello world")
for other languages go and copy script: https://cdnjs.com/libraries/SyntaxHighlighter