Hanging Indents in Lists

Because I prefer hanging indents, I modified lists using

.cm-unordered, .cm-ordered {
margin-left: 4rem !important;

But this breaks something, because now I can’t move list items to the right using tab. I assume what I wrote above visually fixes the margins at 4rem?

I think the problem is because FoldingText uses margin-left for its own indent level. So if you override it like that… and then tab you can’t see the update.

I kinda like hanging bullets better too, but there are a number of cases where that layout doesn’t match up well with markdown formatting. For now I would recommend just leaving in the FoldingText default.

Thanks for the reply, I guess I’ll do that. Hope hat someday there will be hanging indents : D