When parsing @coverDefaultClass, a link to the documentation class is provided, but the link is rendered as plain text
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3459127. -->
Reported by: [avpaderno](https://www.drupal.org/user/55077)
>>>
<p>This happens on <a href="https://api.drupal.org/api/drupal/core%21modules%21ckeditor5%21tests%21src%21FunctionalJavascript%21ImageTestBase.php/function/ImageTestBase%3A%3AproviderAlignment/11.x"><code>ImageTestBase::providerAlignment()</code></a>, for example.</p>
<p>The source file (core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php) contains the following comment, right before the class definition.</p>
<pre>/**<br> * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image<br> * @group ckeditor5<br> * @internal<br> */</pre><!--break--><p>
This is what the documentation page shows.</p>
<p><a href="https://www.drupal.org/files/issues/2024-07-07/7d743a22f29f1e53fb8688b4d8e30167.png"><img src="https://www.drupal.org/files/issues/2024-07-07/7d743a22f29f1e53fb8688b4d8e30167.png" alt="screenshot"></a></p>
<p>The class name is replaced with a link to the documentation page for that class (👍), but the link is rendered as plain text (🤷‍♂️).</p>
<p>Either the class name is not replaced with a link, or the link is rendered as HTML markup.<br>
I would prefer to have a link to the documentation page, but if that is getting too complicated to achieve, showing the class name (complete of namespace) is fine.</p>
<p>Since there are three documentation tags, in that comment, they should be shown each on a single line.</p>
<pre>
@coversDefaultClass <a href="https://www.drupal.org/api/drupal/core%21modules%21ckeditor5%21src%21Plugin%21CKEditor5Plugin%21Image.php/class/Image/11.x" title="CKEditor 5 Image plugin." class="local">\Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image</a>
@group ckeditor5
@internal
</pre><p> </p>
> Related issue: [Issue #3385113](https://www.drupal.org/node/3385113)
issue