Can someone explain me why when I add a sublist to a Markdown list on dev.to, it breaks my list by adding unexpected CR after each item?
Here's my code:
- item 1
- item 1.1
- item 2
- item 3
And the result:
- item 1
- item 1.1
- item 2
- item 3
Thanks!
I've run into this as well. I tend to just avoid sub lists in posts here. Although looking at it, it does look alright visually... just not what I expected.