mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
vscode-extensions.bierner.markdown-footnotes: init at 0.1.1
This commit is contained in:
parent
601ceba77e
commit
3a2ad850fd
@ -626,6 +626,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
bierner.markdown-footnotes = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "markdown-footnotes";
|
||||
publisher = "bierner";
|
||||
version = "0.1.1";
|
||||
hash = "sha256-h/Iyk8CKFr0M5ULXbEbjFsqplnlN7F+ZvnUTy1An5t4=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/bierner.markdown-footnotes/changelog";
|
||||
description = "Adds [^1] footnote syntax support to VS Code's built-in Markdown preview";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bierner.markdown-footnotes";
|
||||
homepage = "https://github.com/mjbvz/vscode-markdown-footnotes";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.uncenter ];
|
||||
};
|
||||
};
|
||||
|
||||
bierner.markdown-mermaid = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "markdown-mermaid";
|
||||
|
Loading…
Reference in New Issue
Block a user