mdsh

Markdown shell pre-processor that executes code blocks and embeds output

brewmacoslinux
Try with needOr install directly
Source

About

Markdown shell pre-processor

Commands

mdsh

Examples

Process a markdown file with shell code blocks and embed their output$ mdsh < input.md > output.md
Execute markdown file in-place, updating embedded command outputs$ mdsh --in-place document.md
Process markdown and display result without saving$ mdsh README.md