@kazumatu981/markdown-it-kroki
Version:
markdown-it kroki plugin.
20 lines • 606 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "npm run demo",
"name": "Run npm demo",
"request": "launch",
"type": "node-terminal"
},
{
"command": "npm run test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}
]
}