markdown hyperlin new tab code example
Example: Open markdown link in new tab
For Jekyll
[text-to-highlight](actual-link){:target="\_blank"}
For others
<a href="http://example.com/" target="_blank">Hello, world!</a>
For Jekyll
[text-to-highlight](actual-link){:target="\_blank"}
For others
<a href="http://example.com/" target="_blank">Hello, world!</a>