Hello, Samuel Wales <samolog...@gmail.com> 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