Olaf

Results 1 comments of Olaf

Bit different approach, first process the whole lot and then prepend the link. This code block added to `toc.js.hbs` ``` const newDiv = document.createElement("div"); const newLink = document.createElement("a"); newLink.setAttribute('href', "https://example.org");...