We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id
1 parent 34c2bfc commit 905414dCopy full SHA for 905414d
public/js/extra.js
@@ -867,7 +867,7 @@ const linkifyAnchors = (level, containingElement) => {
867
if (header.getElementsByClassName('anchor').length === 0) {
868
if (typeof header.id === 'undefined' || header.id === '') {
869
// to escape characters not allow in css and humanize
870
- var id = slugifyWithUTF8(getHeaderContent(header))
+ let id = slugifyWithUTF8(getHeaderContent(header))
871
// to make compatible with GitHub, GitLab, Pandoc and many more
872
if (window.linkifyHeaderStyle !== 'keep-case') {
873
id = id.toLowerCase()
0 commit comments