Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix non breaking spaces when pasting lists
When pasting lists from word the pastematcher accidentally generated non breaking spaces between <li> and the the first character in the line. trimLeft() on line 15 fixes this. Intentional spaces before the first character will also be trimmed (I see no way to differentiate), however this should be a super-rare occurrence when pasting from word, and can still be fixed in the text editor after pasting. See slab/quill#1225 (comment)
- Loading branch information