Inline internal target with custom target name

Tobias Deiminger <[email protected]> Sat, 17 Feb 2024 20:21:03 +0000
Newsgroups gmane.text.docutils.user
Message-ID <20240217202103.kiznt3skwn6paa56@tobibook>
Hi,
                                                                    
a short question on inline internal targets. Consider this example:
   
 A short generic target  _`is` going to cause conflicts. A target with same name
 but different meaning _`is` likely to be defined somewhere else.

To avoid such ambiguous targets, is it possible to assign custom target names to
inline internal targets that differ from their inline text?

Tobias

PS: Thanks for making docutils!