tidy-markdown
tidy-markdown copied to clipboard
automatically insert a line between list item and sub list item
for example
- A
- B
will automatically be formatted to
-A
-B
Agreed, there should not be a space between indented list items.
This action makes a list break up and more difficult to read, defeating the purpose of Markdown. This also affects the preview and end result so that items do not appear to be part of the same list.
Came here to report the same issue.
