Closed asimjalis closed 9 years ago
So notedown --match indented
would only execute indented code and would leave fenced code as-is in a markdown cell?
You can already do notedown --match strict
, which requires executed code to have .input
in the classes, e.g.
not executed
```{.input}
executed
not executed
executed
Not going to add this unless there is more demand and the current solution (--match strict
) is insufficient.
It would be nice to have a "--match indented". In other words, the opposite of "--match fenced".
Benefits are: