tufu9441 / maupassant-hexo

A simple Hexo theme forked from icylogic.
https://www.haomwei.com
MIT License
2.63k stars 669 forks source link

点击生成的目录,不会跳转? #496

Closed younglifestyle closed 3 years ago

younglifestyle commented 3 years ago

https://chunlife.top/2020/10/20/Go-Micro%E6%A1%86%E6%9E%B6%E7%9A%84%E4%BD%BF%E7%94%A8

点击后,链接只是加了个#null,并没有识别跳转啥的,这是还需要加入什么其他配置吗

tufu9441 commented 3 years ago

使用过程中没有遇到过这个问题,标题都是按markdown语法写的,前面加若干个#。

younglifestyle commented 2 years ago

问题是出在hexo-toc上,修改node_modules\hexo-toc\lib\filter.js

$title.attr('id', id);
// $title.children('a').remove();
// $title.html( '<span id="' + id + '">' + $title.html() + '</span>' );
// $title.removeAttr('id');