pawamoy / markdown-exec

Utilities to execute code blocks in Markdown files.
https://pawamoy.github.io/markdown-exec
ISC License
111 stars 8 forks source link

Shell support #5

Closed pawamoy closed 2 years ago

pawamoy commented 2 years ago

Allow executing shell code blocks. Use the interpreter specified as language (sh/bash/zsh/fish/etc.). In fact, it would be like supporting every other interpreter (ruby, perl). Not sure if this is feasible at once or if we need special casing for each.

pawamoy commented 2 years ago

Done in f2b4b67