Adjust anchor icon style
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
a.href = '#' + h.id;
|
||||
a.className = 'heading-anchor';
|
||||
a.setAttribute('aria-label', 'Link to this section');
|
||||
a.textContent = '§';
|
||||
a.textContent = '#';
|
||||
h.insertBefore(a, h.firstChild);
|
||||
});
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user