How To Add _blank Or Open New Tab For Link In Markdown
There are some limitations when we’re working with markdown, one of them is adding property to our HTML tags. In this case I want to add _blank property on my tag to open a link in a new tab
Hack it in javascript
We don’t have control (mostly) with ...
hashnode.com1 min read
Adam Fanello
AWS Software Architect building applications in the cloud
I don't see any place in Hashnode to put custom Javascript onto pages. Where does this go?
I'm here because I searched on how to make Hashnode not open a new tab on every click - I have links within my articles and pages and they all have
target="_blank"already renedered.