pawamoy/markdown-exec

Shell support

pawamoy opened this issue · 1 comments

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.

Done in f2b4b67