Closed
Description
2022-08-13.at.19.39.37.mp4
Given
<editor>
<hp>
insert{' '}
<htext bold>
link <cursor /> here
</htext>
.
</hp>
</editor>
When
- insert link
Then
<editor>
<hp>
insert <htext bold>link </htext>
<ha url={urlOutput}>
<htext bold>{urlOutput}</htext>
</ha>
<htext bold> here</htext>.
</hp>
</editor>