vuepress-theme-vdoing icon indicating copy to clipboard operation
vuepress-theme-vdoing copied to clipboard

[提问]: 是否支持脚注?

Open MaiRen1997 opened this issue 1 year ago • 1 comments
trafficstars

我在使用typora进行md文件编辑,用到了脚注功能 1.在需要注解的文字后面,写入脚注,语法如下: [^脚注名字] 2.然后在文档最下面,对上面的文字进行解释说明,语法如下: [^脚注名字]:需要进行解释说明的内容 然后在typora软件中,可以进行鼠标悬浮显示 image

但是经过将文件放入到项目中,经过github Action编译后,就无法识别了

image

MaiRen1997 avatar Mar 26 '24 13:03 MaiRen1997

你可以考虑添加 markdown-it-footnote 这个插件,目前 Vuepress 和 Vdoing 主题本身没有支持脚注。

Dragon1573 avatar May 24 '24 03:05 Dragon1573