- Issue created by @markagregory
- First commit to issue fork.
You can answer your question with the demos at https://ckeditor.com/.
This looks the same as 🐛 [upstream] [GHS] CKEditor 5 removes empty inline elements Fixed . There is much information there.
- Status changed to Postponed: needs info
about 1 year ago 10:27am 2 November 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Please export your text format & editor config entities and share them here. 🙏
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Actually … the original markup is simply invalid:
<li> <li><span class="icon"><i class="far fa-envelope"></i></span><span class="text">+61 3 123456 </span><br> <a href="mailto:info@company.com.au"><span class="text">info@company.com.au</span></a> </li>
is converted to
<li> </li> <li> <span class="text">+61 3 123456 </span><br> <a href="mailto:info@company.com.au"><span class="text">info@company.com.au</span></a> </li>
This makes sense, because there's an unclosed
<li>
inside the correct<li>
. - Status changed to Fixed
about 1 year ago 11:00am 30 November 2023 Automatically closed - issue fixed for 2 weeks with no activity.