Add anchor links to headings

Makes every title a clickable #anchor, (almost) how it was originally intended.

作者
Baerbeisser
日安装量
0
总安装量
0
评分
0 0 0
版本
1.0
创建于
2025-09-12
更新于
2025-09-12
大小
1.0 KB
许可证
MIT
适用于
所有网站

Well, some sites do things like <div class="h1"> which is stupid and it doesn't work there, since parsing for something like contains h1 would be too error prone. But it does work on #title and .title, which are equally wrong but also have wider usage.