mirror of
https://github.com/vale981/practical-cl-beautified
synced 2025-03-04 17:11:42 -05:00
fix toc
This commit is contained in:
parent
3d9f147863
commit
05e0994ddc
1 changed files with 1 additions and 1 deletions
|
@ -166,11 +166,11 @@ loadChapters().then(newChapters => {
|
||||||
setUpNumbering();
|
setUpNumbering();
|
||||||
});
|
});
|
||||||
|
|
||||||
linkFootnotes();
|
|
||||||
wrapPre();
|
wrapPre();
|
||||||
HighlightLisp.highlight_auto();
|
HighlightLisp.highlight_auto();
|
||||||
HighlightLisp.paren_match();
|
HighlightLisp.paren_match();
|
||||||
createTOC();
|
createTOC();
|
||||||
setUpNav();
|
setUpNav();
|
||||||
|
linkFootnotes();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue