Code Highlighting

AHMAD 196

Our theme supports code highlighting system

here is css block code

.post-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
}

and here is javascript code

var y = 5;
var x = ++y;
document.getElementById("demo1").innerHTML = y;
document.getElementById("demo2").innerHTML = x;

You can:

  • use this system by adding the code between <pre><code> html tags.
  • the system will detect the language type automatically.
  • you can disable it from theme setting and it will stop loading the system script.

and also supports more than 20 language

Written by

My name is Randy Patterson, and I’m currently looking for a job in youth services. I have 10 years of experience working with youth agencies. I have a bachelor’s degree in outdoor education. I raise money, train leaders, and organize units. I have raised over $100,000 each of the last six years. I consider myself a good public speaker, and I have a good sense of humor.