Unverified Commit f6ff39b4 authored by Gavin John's avatar Gavin John Committed by GitHub
Browse files

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

Co-authored-by: Gavin John
parent 46bdde8c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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";