Markdown parsing + tree parsing + content display
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
jQuery( document ).ready(function( $ ) {
|
||||
|
||||
$('a').smoothScroll({
|
||||
speed: 'auto'
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user