@@ -4,13 +4,13 @@
### Issue [#40](https://github.com/ckeditor/ckeditor5-typing/issues/40) manual test
- select fragment of Heading and Paragraph,
- ```javascript
+ ```html
<h2>Head{ing</h2>
<p>Parag}raph</p>
```
- delete selected text.
Expected result:
-```
+```html
<h2>Head{}raph</h2>