Issue is to create links open a new tab in dbt doc
I want to add external documentation as a link and open this in a new tab
What I tried so far is.
[link](https://google.com?target=_blank)
[link](https://google.com&target=_blank)
<a href="https://google.com" >target="_blank"> link</a>
[link](https://google.com){:target="_blank"}
[link](https://google.com){target="_blank"}
[link](https://google.com" target="_blank)
but nothing works. Please can you help me?
Thanks for your support.
Jan