tidy-markdown icon indicating copy to clipboard operation
tidy-markdown copied to clipboard

automatically insert a line between list item and sub list item

Open Juude opened this issue 9 years ago • 2 comments

for example

- A
    - B

will automatically be formatted to

-A

 -B

Juude avatar May 19 '16 06:05 Juude

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.

MySecretUsername avatar May 31 '16 19:05 MySecretUsername

Came here to report the same issue.

Example

eivindml avatar Jul 02 '16 09:07 eivindml