grunt-beautiful-docs
Version:
Generate beautiful markdown-based documentation using Grunt
15 lines (13 loc) • 345 B
JavaScript
// Generated by CoffeeScript 1.6.3
(function() {
$(function() {
if (typeof hljs !== "undefined" && hljs !== null) {
$('#content pre code').each(function(i, el) {
return hljs.highlightBlock(el);
});
}
if (window.location.search.indexOf('print') !== -1) {
return window.print();
}
});
}).call(this);