My blog is hosted in blogger and i want to add code snippet to my blogs. I followed this SO Post on how to add SyntaxHighlighter However i am not sure if that answer is still valid.
Questions
1>In html view, I don't see <head>
element. Should i manually add <head>
tag in html view? I thought html view is only for body
element.
2>The SyntaxHighlighter scripts are hosted on CDN here. Which scripts i need to add for C#, html and javascript?
3> What is shAutoloader.js? does it load all the scripts?
I have created a sample blog here using Syntaxhighlighter but its not working
` tag in the theme code (present in Theme > Edit HTML) would likely solve this issue)
– Prayag Verma Mar 25 '17 at 08:02