It would be awesome if a console block like this:
> some-command
some
output
here!
would cause some-command to be ran, assert that it exits 0, and that the combined stdout/stderr output matches the command :-D
I'm thinking evalmd --eval=js,console (where --eval defaults to js)?