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 12:54:23 -03:00
committed by GitHub
co-authored by Gavin John
parent 46bdde8c71
commit f6ff39b4ae
@@ -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";