本页目录
脚注
语法
- Here is a footnote reference,[^1] and another.[^longnote]
- [^1]: Here is the footnote.
- [^longnote]: Here's one with multiple blocks.
- Subsequent paragraphs are indented to show that they
- belong to the previous footnote.
渲染效果:
Here is a footnote reference,[1] and another.[2]
安装
npm
- npm install markdown-it-footnote --save
yarn
- yarn add markdown-it-footnote --save