SyntaxHihglighter Test

This is a test file to insure that everything is working well.

Supported format:

<pre class="brush: XXX">

function test() : String
{
	return 10;
}
function damon() {
	var a = 'hello ';
	var b = 'world';

	document.write(a + b);
}

<pre name="code" class="XXX">

body {
	margin: 0,
	padding: 0
}

<pre lang="XXX">

body {
	margin: 0,
	padding: 0
}