Markdown add target: blank
There is a Blackfriday extension for this and I am posting it here in case someone else reads this thread.
Just add the following in your config.toml
[blackfriday]
hrefTargetBlank = true
And that’s it. Any link with the markdown syntax will be outputted with _target="blank". No need for a shortcode.