Body with URL enclosed by < and >
Was not able to search for older issues. The search feature of GitLab is broken or not able to handle my blocker addons.
Here is a real life example: https://mail.python.org/archives/list/bit-dev@python.org/thread/QY725AQD4U4I7XDX53KO3HSWJGZTPL7E
It is usual to enclose long URLs in plain text emails with "<" and ">". But hyperkitten (1.3.12) seems to misinterpret them and add the last ">" to the URL in the "href=" attribute.
<https://github.com/bit-team/backintime/releases/tag/v1.5.3-rc1>
becomes in HTML
<a href="https://github.com/bit-team/backintime/releases/tag/v1.5.3-rc1>"https://github.com/bit-team/backintime/releases/tag/v1.5.3-rc1</a>
^