better display of annotated tag
many git users add to an annotated tag some comments regarding which usually is a release (for example I put the short changelog from the previuos release).
usually the tag message is written in plain text but the tag window shown them in a format that, for example, remove the CR/LF. I think this is done because, on GitLab web interface, when you create a new tag you can only specify a single line message, plus a detailed description (release note field) with Markdown which is, however, not included into the git repository (but, I think, somewhere inside GitLab metadata)
I suggest either display annotated tag messages as plaintext or put the release note field inside the annotated tag, so you can edit it directly into the git repository
Any feedback is welcome!