if you're developer and want to share your code on your blog with some highlight on it, you can use syntaxhighlighter. To use the syntaxhighlighter, follow these step below:
1. Backup your current template : go to template menu → backup/restore → download full template
2. import the plugin : go to edit html, search then paste these code above it:
done. with those plugin, you can highlighting code: css, javascript, php, and xml. if you want to highlight another code see:
cdnjs SyntaxHighlighter
3. post your code between:
example your code:########### your code ###########
display:var name="john"; function sayHello(){ alert("Hello ,"+name); }
var name="john"; function sayHello(){ alert("Hello ,"+name); }