mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
Initial commit
This commit is contained in:
commit
28c8a3f0ba
136 changed files with 13350 additions and 0 deletions
9
www/js/core.js
Normal file
9
www/js/core.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
$(function(){
|
||||
if(hljs){
|
||||
$('code.html.full, code.css.full, figure code.html').each(function(i, block) {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue