注意:
该语法是扩展语法,实际使用时请注意采用的Markdown解析工具是否支持。
源码
<div id="#fn_x">
Pandoc - Pandoc User’s Guide - Footnotes markdown-it/markdown-it-footnote: Footnotes plugin for markdown-it markdown parser LouisBarranqueiro/hexo-footnotes: A plugin to support markdown footnotes in your Hexo blog posts
</div>
[x](#fn_x)
脚注的语法:在需要添加脚注的地方使用语法:x,在文档的任意位置放置脚注的定义说明即可,如:x: 我是脚注说明。
参考:
Pandoc - Pandoc User’s Guide - Footnotes markdown-it/markdown-it-footnote: Footnotes plugin for markdown-it markdown parser LouisBarranqueiro/hexo-footnotes: A plugin to support markdown footnotes in your Hexo blog posts