Is there a way to open the below markdown link in new tab? I\'ve got some result from markdown target=“_blank”, but in my case it\'s different have used <>
Doing some quick research - Markdown by default does not support this. Some solutions include using plugins like Kramdown, but I think the best solution is just to use an HTML tag in your markdown file. (as pointed out in the comment above ^
)
# Some markdown
*click below*
New Tab
...