Markdown: Create target=_blank links

From GitHub markdown I know the way to create links with that

[go](http://stackoverflow.com){:target="_blank" rel="noopener"}

But this seems not to work with Gitea (https//codeberg.org)
The result is like this
go{:target=“_blank” rel=“noopener”}

I know I could insert the full html-syntax.