mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Added support of toc syntax
This commit is contained in:
parent
45ec05e2ed
commit
9eb23603f4
4 changed files with 48 additions and 3 deletions
|
@ -6,6 +6,7 @@ $(document.body).show();
|
|||
finishView(markdown);
|
||||
autoLinkify(markdown);
|
||||
deduplicatedHeaderId(markdown);
|
||||
renderTOC(markdown);
|
||||
generateToc('toc');
|
||||
generateToc('toc-affix');
|
||||
smoothHashScroll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue