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

Allow to wrap result in a code block as well #6

Closed pawamoy closed 2 years ago

pawamoy commented 2 years ago

For example, a shell command that outputs JSON:

```sh exec="1" result="json"
pdm info --env
pawamoy commented 2 years ago

Done in version 0.5.0