I’m encountering an issue with the Markdown mode when working with ordered lists. Specifically, I’m unable to go beyond the second level of nesting for ordered lists. Once I reach the third level, the list elements are no longer detected as ListItems
.
Everything seems to work fine with unordered type (BulletList
). Is it intended behavior?
The first situation in the screenshot below performs fine - three items recognized. The second example has the simplest approach to encounter the issue. I cannot get to detect third level ListItems
.