When using the auotlinker extension and the relaxed_autolinks option, markdown links such as [https://github.com](https://github.com) get parsed incorrectly, generating
<p>[<a href="https://github.com/%5D(https://github.com/)">https://github.com/](https://github.com/)</a></p>
instead of
<p><a href="https://github.com/">https://github.com/</a></p>
See https://gitlab-org.gitlab.io/ruby/gems/gitlab-glfm-markdown/?text=%5Bhttps%3A%2F%2Fgithub.com%2F%5D(https%3A%2F%2Fgithub.com%2F)