mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
vscode-extensions.bierner.github-markdown-preview: init at 0.3.0 (#320271)
Co-authored-by: Gavin John
This commit is contained in:
parent
46bdde8c71
commit
f6ff39b4ae
1 changed files with 16 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue