Markdown parsing + tree parsing + content display

This commit is contained in:
NGPixel
2016-08-20 17:20:53 -04:00
parent ca1882a9c3
commit 1ad03a3d1f
16 changed files with 1057 additions and 56 deletions

9
client/js/app.js Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
jQuery( document ).ready(function( $ ) {
$('a').smoothScroll({
speed: 'auto'
});
});