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

Blockquote is not applied from the beginning of the lines #286

Closed zhuochun closed 5 years ago

zhuochun commented 5 years ago

Describe the bug

Blockquote is not applied from the beginning of the lines

To Reproduce

- Abc
  * EFG
- Hij

Apply blockquote, produces:

> - Abc
  > * EFG
> - Hij

Expected behavior

> - Abc
>   * EFG
> - Hij