## Issue [#40](https://github.com/ckeditor/ckeditor5-typing/issues/40) manual test * select a fragment of the heading and paragraph, ```html

Head{ing

Parag}raph

``` * delete the selected text. Expected result: ```html

Head{}raph

```