Footnote
Mr.Hope ... 2021-2-25 Less than 1 minute
Let the Markdown file in your VuePress site support footnotes.
# Configuration
module.exports = {
themeConfig: {
mdEnhance: {
footnote: true,
},
},
};
1
2
3
4
5
6
7
2
3
4
5
6
7
# Syntax
Footnote 1 link[1].
Footnote 2 link[2].
Inline footnote[3] definition.
Duplicated footnote reference[2:1].