Hello, Samuel Wales <[email protected]> writes:
> commenting a region in a list indents to item, ending list. that's
> never my intent. bug?
It depends.
You cannot comment an item, as it will effectively close list, per
indentation rule. However, you can comment a region within an item
without breaking anything:
- item
<-region start
region end ->
=>
- item
# <- region start
# region end ->
Regards,
--
Nicolas Goaziou
