basnijholt/markdown-code-runner

Make work with indented code

basnijholt opened this issue · 0 comments

Either fix or raise, e.g.,

<!-- CODE:SKIP --> <!-- This is here otherwise the next example gets executed -->
````markdown
```python markdown-code-runner
print('Hello, world!')
```
(Optionally, you can place some text between the code block and the output markers)
<!-- OUTPUT:START -->
This content will be replaced by the output of the code block above.
<!-- OUTPUT:END -->
````
wouldn't work without the SKIP.