zhuochun / md-writer

✒️ Make Atom a better Markdown/AsciiDoc editor for writers and bloggers
https://atom.io/packages/markdown-writer
MIT License
341 stars 46 forks source link

List enhancements #273

Closed zhuochun closed 5 years ago

zhuochun commented 5 years ago

Is your feature request related to a problem? Please describe.

Update several paragraphs to a list items. The empty lines is converted to empty list items.

Describe the solution you'd like

Above to automatically remove the empty list items.

Example

Paragraph A

Paragraph B

Trigger Toggle UL now:

- Paragraph A
- 
- Paragraph B

Trigger Toggle UL expected:

- Paragraph A
- Paragraph B