Rendering of Markdown links inside HTML tags doesn't work as expected
Markdown links e.g. in comments are sometimes not rendered properly when inside HTML elements such as <details>. Adding a blank line around the link seems to solve the problem.
Example 1
Input:
<details>
[foo]
</details>
[foo]: https://foo.org
Expected output:
Actual output:
[foo]
Example 2
Input:
<details>
[foo]
</details>
[foo]: https://foo.org
Expected output:
Actual output:
Affected versions: 18.2, 18.4
Edited by 🤖 GitLab Bot 🤖