grande.js
grande.js copied to clipboard
<li> backspace merges previousSibling
Stated in ticket https://github.com/mduvall/grande.js/issues/20.
Medium's behavior seems to merge all non-paragraph elements into the previousSibling paragraph. This will probably be good enough for now.
This fix will likely be related to https://github.com/mduvall/grande.js/issues/23 since the transformation table should take care of the issue.