Live Preview: Support horizontal line (hr) in list items

I first thought - --- makes a hr within a list item. It actually just makes a hr in standard markdown and in Obsidian. The issue still stands.

- text
---
- text
- text
	- text
	---
	- text

image

According to the Commonmark specification you need to use a different character for the list marker and the thematic break: CommonMark Spec (linking to the prior example so the text before the actual example will be visible).

But it only renders in Reading View. Live Preview being the awkward hybrid that it is, the team sometimes chooses not to support things in it. (I don’t know if this is one of those things.)

1 Like