Proper support for heading anchors
This commit is contained in:
@ -7,6 +7,8 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
let button = document.createElement("button");
|
||||
let icon = document.createElement("i");
|
||||
|
||||
icon.classList.add("icon");
|
||||
|
||||
button.appendChild(icon);
|
||||
block.appendChild(button);
|
||||
|
||||
|
Reference in New Issue
Block a user