When I have the text `hello` in my text block, the DOM tree looks like ``` html hello ``` When I then select the text and add a link to `http://google.de`, the resulting DOM tree is ``` html http://google.de hello ```