Add support for target property in Markdown link

It is very useful to be able to specify that a link should open in another tab. Kramdown adds the following syntax extension:

[link](url){:target="_blank"}

Joplin already supports lots of Markdown extensions, but this one is missing :slight_smile:

1 Like