editable
editable copied to clipboard
Manipulating lists creates markup with inline styles
Reproduce bug:
- Open demo in Google Chrome
- Write few lines of text
- Select some of these lines and convert to UL/OL
- Click the same button again
You will end up with completely different markup including SPAN inline styles which is especially undesired.
Before executing step 3:

After step 4:

yeah, there's this issue: https://github.com/yields/editable/issues/5. ATM i don't have time for this huge fix / debugging, i'll take a look over the weekend though.