Added deduplicatedHeaderId to avoid multiple same header id

This commit is contained in:
Wu Cheng-Han 2015-09-25 14:27:23 +08:00
parent 44cd5d4b56
commit bc31e9fe3b
3 changed files with 22 additions and 1 deletions

View file

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