vscode-extensions.bierner.github-markdown-preview: init at 0.3.0 (#320271)
Co-authored-by: Gavin John
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user