summaryrefslogtreecommitdiff
path: root/public/js/pretty.js
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-25 14:27:23 +0800
committerWu Cheng-Han2015-09-25 14:27:23 +0800
commitbc31e9fe3b5a720c369826fe959f9830b98c2ccc (patch)
treeea1b853718e6f3a533b34f9a9225ffef8e18c082 /public/js/pretty.js
parent44cd5d4b567b1cd69c2b56f6b6b5da3f5e2f7042 (diff)
Added deduplicatedHeaderId to avoid multiple same header id
Diffstat (limited to '')
-rw-r--r--public/js/pretty.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/pretty.js b/public/js/pretty.js
index 52882e98..ad5655d6 100644
--- a/public/js/pretty.js
+++ b/public/js/pretty.js
@@ -5,6 +5,7 @@ markdown.html(result.html());
$(document.body).show();
finishView(markdown);
autoLinkify(markdown);
+deduplicatedHeaderId(markdown);
generateToc('toc');
generateToc('toc-affix');
smoothHashScroll();