vscode-extensions.bierner.github-markdown-preview: init at 0.3.0 (#320271)

Co-authored-by: Gavin John
This commit is contained in:
Gavin John 2024-06-16 10:54:23 -05:00 committed by GitHub
parent 46bdde8c71
commit f6ff39b4ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -570,6 +570,22 @@ let
};
};
bierner.github-markdown-preview = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "github-markdown-preview";
publisher = "bierner";
version = "0.3.0";
hash = "sha256-7pbl5OgvJ6S0mtZWsEyUzlg+lkUhdq3rkCCpLsvTm4g=";
};
meta = {
description = "A VSCode extension that changes the markdown preview to support GitHub markdown features";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bierner.github-markdown-preview";
homepage = "https://github.com/mjbvz/vscode-github-markdown-preview";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.pandapip1 ];
};
};
bierner.markdown-checkbox = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "markdown-checkbox";