At this moment if you press Shift + Enter inside an inline element, <br> element won't be inserted as a chidren of the inline element. The <br> will break the inline element:

I'm not sure how it should behave. Is it correct? What if we would like to have the same link in both lines? Editing inline styles (like bold, highlights, font size, etc.) is not a problem. The issue appears if we would like to edit links that are split by the <br> element. But there is the separate ticket for it – https://github.com/ckeditor/ckeditor5-link/issues/192.
EDIT: See the workaround in this post.
At this moment if you press Shift + Enter inside an inline element,
<br>element won't be inserted as a chidren of the inline element. The<br>will break the inline element:I'm not sure how it should behave. Is it correct? What if we would like to have the same link in both lines? Editing inline styles (like bold, highlights, font size, etc.) is not a problem. The issue appears if we would like to edit links that are split by the
<br>element. But there is the separate ticket for it – https://github.com/ckeditor/ckeditor5-link/issues/192.EDIT: See the workaround in this post.