MR comments need an anchor
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3183236. --> Reported by: [Mixologic](https://www.drupal.org/user/391689) Related to !20 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Prior to merge requests, it was possible to comment on an issue and directly refer to a previous comment using the comment number, which also had an anchor link that could be linked to.</p> <p>Now MR comments get added to the issue, but since they are not true comments, there is no visible anchor name nor an anchor tag, so its hard to discuss things like "The test that failed in #35 was because of X,Y,Z"</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add in incremental anchor tags similar to the comment tags</p> <p>i.e. </p> <p>#32.1<br> #32.2</p> <p>In between comment #32 and #33 for the notes that the MR provides.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue