gitblog icon indicating copy to clipboard operation
gitblog copied to clipboard

md文本锚点失效问题

Open DenryDu opened this issue 5 years ago • 2 comments

markdown文本锚点无论是还是都不行,前者可能是不支持,后者是id被加上了前缀user-content @imuncle

DenryDu avatar Jun 20 '20 07:06 DenryDu

那个user-content需要手动加上,如下所示。只能说GitHub自己的Markdown转换不方便。

[点我跳转](#user-content-test)
<h1 id="test">测试标题</h1>

imuncle avatar Jun 25 '20 04:06 imuncle

11111

songwxs avatar Dec 25 '20 08:12 songwxs