mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
301 stars 57 forks source link

Can we have footnote support? #118

Closed aybe closed 10 months ago

aybe commented 10 months ago

Here it works:

Testing a footnote^1.

But not in VSCode:

image
Testing a footnote[^1].

[^1]: abcdefgh

Thanks! 😁

jjspace commented 10 months ago

There is another extension that already provides this capability: https://marketplace.visualstudio.com/items?itemName=bierner.markdown-footnotes

Better yet you may want to install this whole extension pack to mimic Github more closely: https://marketplace.visualstudio.com/items?itemName=bierner.github-markdown-preview

aybe commented 10 months ago

Perfect, thank you!