feat: add article.headingAnchor parameter and use CSS pseudo-element to display # symbol of heading anchor (#1016)

* feat: add `article.headingAnchor` parameter

* feat: use CSS pseudo-element to display `#` symbol of heading anchor

This prevents RSS feed readers and screen readers from seeing an extra `#`.

* Deactivate `article.headingAnchor` by default
This commit is contained in:
Jimmy Cai
2024-05-02 23:27:17 +02:00
committed by GitHub
parent 130e2f6607
commit f3783856ad
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ params:
src: img/avatar.png
article:
headingAnchor: false
math: false
toc: true
readingTime: true