Email adresses put in bold are broken in the rendering
stof opened this issue · 3 comments
stof commented
Detected on https://symfony.com/doc/current/contributing/code_of_conduct/care_team.html which has the following content in the source:
Here are all the members of the CARE team (in alphabetic order). You can contact
any of them directly using the contact details below or you can also contact all
of them at once by emailing **care@symfony.com**:
The docs builder currently render this like that:
<p>Here are all the members of the CARE team (in alphabetic order). You can contact
any of them directly using the contact details below or you can also contact all
of them at once by emailing <a href="mailto:**care@symfony.com" class="reference internal">**care@symfony.com</a>**:</p>the ** before the email is taken as part of the email reference, which breaks the mailto link (the link goes to the wrong email) and is probably also what breaks the bold rendering.
javiereguiluz commented
I think it's a duplicate of #128, which adds a failing test for this (but sadly not a solution).
stof commented
indeed. I looked at issues but not at PRs.
javiereguiluz commented
OK, thanks for confirming. Let's close this one then in favor of the other one. Thanks!