mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Added deduplicatedHeaderId to avoid multiple same header id
This commit is contained in:
parent
44cd5d4b56
commit
bc31e9fe3b
3 changed files with 22 additions and 1 deletions
|
@ -5,6 +5,7 @@ markdown.html(result.html());
|
|||
$(document.body).show();
|
||||
finishView(markdown);
|
||||
autoLinkify(markdown);
|
||||
deduplicatedHeaderId(markdown);
|
||||
generateToc('toc');
|
||||
generateToc('toc-affix');
|
||||
smoothHashScroll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue