[^1]
footnote syntax support to VS Code's Markdown editor and preview.
-
Hover to preview and jump between footnote reference and content by cmd / ctrl + click.
-
Peek editor for quick editing and preview.
-
Command for inserting new footnote
-
Render footnotes in the built-in markdown preview.
- Support multiline footnote content.
- Support
pandoc-citeproc
format citations
- File bugs, feature requests in GitHub Issues.
- Leave a review on Visual Studio Marketplace.
- Fork this repository
npm install
- Create your feature branch:
git checkout -b my-new-feature
- Make changes and add tests
npm test:watch
and check your changes by pressingF5
- Commit your changes:
git commit -am 'feat: Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
See changelog here.