test

this is a very simple test!

This time, the text was altered a little bit for testing the functionality of admin panel.

code test

1
2
var s = "JavaScript syntax highlighting";
alert(s);
1
2
s = "Python syntax highlighting"
print s
1
2
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.