Package Exports
- @markspec/vuepress-plugin-footnote
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@markspec/vuepress-plugin-footnote) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@markspec/vuepress-plugin-footnote
vuepress plugin to parse foiotnote refs.
Block
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.
Inline
Here is an inline note.^[Inlines notes are easier to write, since
you don't have to pick an identifier and move down to type the
note.]