Commit 43fc45e9 by Alex Bush

хайлатер

1 parent ee476a3d
No preview for this file type
......@@ -70,5 +70,12 @@
}(window.jQuery);
// #prettify
</script>
<script type="text/javascript">
$( document ).ready(function() {
$("pre").each(function(element) {
element.addClassName("prettyprint linenums");
});
};
</script>
</body>
</html>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!