grande.js
grande.js copied to clipboard
<h1> backspace merges previousSibling
Stated in ticket https://github.com/mduvall/grande.js/issues/20
This needs to handle backspace events to merge the nodes gracefully. Medium probably has a transformation map of what to do with element types (<h1>
s =><p>
s as an example).