syntax highlight + TOC scroll + other content parsing improvements

This commit is contained in:
NGPixel
2016-08-20 23:28:53 -04:00
parent 1ad03a3d1f
commit e94abf9466
13 changed files with 114 additions and 25 deletions

View File

@@ -3,7 +3,10 @@
jQuery( document ).ready(function( $ ) {
$('a').smoothScroll({
speed: 'auto'
speed: 400,
offset: -20
});
var sticky = new Sticky('.stickyscroll');
});