We are currently integrating CKEditor 5 into one of our projects. Our goal is to enable the end-user to generate an in-page anchor tag that can be accessed through other links (e.g., <a name='internalheading'>
which can be navigated to via
<a href="#internalheading">
). I am curious if it is possible to utilize CKEditor's native link features to produce both the anchor link and the corresponding navigation link. If this is achievable, could you please provide guidance on how to do so?