Updated js and css

This commit is contained in:
shrkey
2016-09-23 22:46:20 +01:00
parent f076269ac3
commit 8568d497a3
7 changed files with 144 additions and 2 deletions

View File

@@ -28,6 +28,13 @@
Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'expansions.md')
});
$(document).on('flatdoc:ready', function() {
// Highlight all the codes
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
</script>
</head>
<body role='flatdoc'>