Added support of toc syntax

This commit is contained in:
Wu Cheng-Han 2015-12-20 11:28:54 -06:00
parent 45ec05e2ed
commit 9eb23603f4
4 changed files with 48 additions and 3 deletions

View file

@ -6,6 +6,7 @@ $(document.body).show();
finishView(markdown);
autoLinkify(markdown);
deduplicatedHeaderId(markdown);
renderTOC(markdown);
generateToc('toc');
generateToc('toc-affix');
smoothHashScroll();