laobubu / HyperMD

A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
MIT License
1.47k stars 137 forks source link

Indenting multiple items in a list doesn't work if indentation is different #43

Open michaelgmcd opened 6 years ago

michaelgmcd commented 6 years ago

Reproduced in the basic example:

list-indent-bug

laobubu commented 6 years ago

The (un)indenting functions shall be rewritten and based on Markdown parsing info. Meanwhile the parser (src/mode/HyperMD.ts) might also need some modifications.

That's not easy. I will create a new branch and try to make it.

michaelgmcd commented 6 years ago

Awesome! I'm trying to get accustomed to the codebase myself, so hopefully I can open a PR or two regarding this.

michaelgmcd commented 5 years ago

@laobubu Any update on this or something I could help with?