[READ-ONLY] Mirror of https://github.com/mrgnw/copy-markdown-as-html. VS Code plugin which copies the selected markdown text to the clipboard as HTML
0

Configure Feed

Select the types of activity you want to include in your feed.

Publish 1.1.0

+2 -2
+2 -2
package.json
··· 7 7 "type": "git", 8 8 "url": "https://github.com/jerriep/copy-markdown-as-html" 9 9 }, 10 - "version": "1.0.0", 10 + "version": "1.1.0", 11 11 "publisher": "jerriepelser", 12 12 "engines": { 13 13 "vscode": "^1.0.0" ··· 98 98 "clipboardy": "^1.2.3", 99 99 "markdown-it": "^8.4.1" 100 100 } 101 - } 101 + }