Closed Yevgnen closed 2 years ago
Well, I guess one could implement this, but it would be a bit complicated. Just look at the examples in the documentation you linked and you'll see most empty lines are not cell breaks.
Why would prefer the light format? I see no advantage in it.
I personally prefer no markers and would like to make the text cells look like natural comment in common Python scripts. I'm not a big fan of jupyter
so I generally write scripts, spilt and, wrap them in a notebook, because in some cases I have to keep notebooks to work with others...
Is the "percent" format mentioned there an official format for code-cells?
@jdtsmith I believe this is sufficiently specified in the block right below the screenshot in the README?
I think there's no practical way to support the light format, so I'll close the issue.
The doc of
code-cells-boundary-markers
saysIt seems that light format is not supported currently. Is something like
^$
forpage-delimiter
sufficient to add this support?