You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. this is the first item
#. this is the second item
This doesn't work and an error "Enumerated list ends without a blank line; unexpected unindent." is thrown:
#. this is the first item
#. this is the second item with a long
indented line
I tried all kinds of list formats (numbers, bullets etc) but they all fail in the same way. If the second item in the latter example is separated from the first one with a blank line, it isn't identified as a list item.