We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to get put some links that get opened in a new tab.
I tried putting {:target="_blank"} in the markdown, but that didn't work.
{:target="_blank"}
Ultimately, I'm trying to achieve the following...
Change an element to go from being rendered like this:
<a class="underline underline-offset-2 text-primary hover:text-primary-700 transition-colors " href="https://devzero.io/dashboard">https://devzero.io/dashboard</a>
To being rendered like this (with a target="_blank"):
target="_blank"
<a class="underline underline-offset-2 text-primary hover:text-primary-700 transition-colors " href="https://devzero.io/dashboard" target="_blank">https://devzero.io/dashboard</a>
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
I'm trying to get put some links that get opened in a new tab.
I tried putting
{:target="_blank"}
in the markdown, but that didn't work.Ultimately, I'm trying to achieve the following...
Change an element to go from being rendered like this:
To being rendered like this (with a
target="_blank"
):The text was updated successfully, but these errors were encountered: