Bullet List and New Line Spacing

Problems with spacing and indentation on bulleted lists.

Hi there everyone, I have scoured the forums to the best of my ability wording my question in as many different ways that I could think of, and I haven’t found anything so I’m making a post myself.

I am currently losing my mind over indentation and spacing regarding the line after a bullet list, I’ve attached images to show what I mean.

Shown in the image above is what is shown in the editor, which is what I want. Look specifically at the “You may gain a circumstantial…” line and how it is right underneath the bullet point and has no indent.

And then this is what it looks like in view mode, despite me ripping my hair out trying every possible thing I could think to search up. There doesn’t seem to be an option to turn this “auto-indenting” off. In order to make it look how the top image looks I have to used a double enter, but I don’t want an entire empty line between my bullet list and the next normal line.

I will clarify more if needed I just am getting supremely frustrated at my own ability to comprehend what’s going wrong, I’m not the smartest.

For what is worth, here on discourse you get the same result as in obsidian, in this case:

abcd
- a
- b
- c
abcd

yields:
abcd

  • a
  • b
  • c
    abcd

Without a line space between the bottom list item, the interpreter thinks your text is part of the list item. I’m surprised you’re also not getting a space between “Roll a number of dice…” and the first list item in reading mode. That’s how mine behaves by default. To achieve what you want, I think you’d have to use a css snippet.