v 1.0.6:
Новий розділ оцінка сайтів.
Об'єднання Linux, Free BSD, Mac OS X в *nix.
Підвічування коду з використанням google prettify:
html:
<pre class="prettyprint lang-html">
The lang-* class specifies the language file extensions.
File extensions supported by default include
"bsh", "c", "cc", "cpp", "cs", "csh", "cyc", "cv", "htm", "html",
"java", "js", "m", "mxml", "perl", "pl", "pm", "py", "rb", "sh",
"xhtml", "xml", "xsl".
</pre>
css:
#id {
color: #ccc;
font-family: "Courier New";
}
.class {
text-align: center;
/* comment */
}
php:
phpinfo();
$test = "10";
$test = '10';
$test = 10;
$test = 10
sql:
SELECT * FROM `users`, `users_information`
ORDER BY `sort_order`, `id`
Ніби працює
Використання:
Список можливих варіантів (tag):
"bsh", "c", "cc", "cpp", "cs", "csh", "cyc", "cv", "htm", "html",
"java", "js", "m", "mxml", "perl", "pl", "pm", "py", "rb", "sh",
"xhtml", "xml", "xsl"