Merge pull request #1043 from SISheogorath/fix/tocEmptyHead

Fix ToC breaking documents with empty h* elements
This commit is contained in:
Christoph (Sheogorath) Kern
2018-11-19 21:33:34 +01:00
committed by GitHub
3 changed files with 9 additions and 6 deletions

View File

@@ -2788,6 +2788,7 @@ function updateViewInner () {
renderTOC(ui.area.markdown)
generateToc('ui-toc')
generateToc('ui-toc-affix')
autoLinkify(ui.area.markdown)
generateScrollspy()
updateScrollspy()
smoothHashScroll()