《具》markdown-exec:Execute commands in your Markdown and keep the output
《具》
markdown-exec:Execute commands in your Markdown and keep the outputInstall
npm install markdown-exec --global
File README.md
<!-- README.md -->
<!-- markdown-exec(cmd:echo '123') --><!-- /markdown-exec -->
Use The Tool "markdown-exec"
markdown-exec ./README.md
Result of File README.md
<!-- README.md -->
<!-- markdown-exec(cmd:echo '123') -->123<!-- /markdown-exec -->
Comments