Open LanternD opened 6 years ago
I was wondering is it possible to implement an option to enable "open in a new tab" external link export.
For example, I saw Can I create links with 'target=“_blank”' in Markdown? - StackOverflow mentions we can do so.
I try it in Org mode, if I write [[link name][my_url]]{:target="_blank"}. It works and jekyll renders it correctly. But adding such suffix to every external link is tedious, so is it possible that you implement it as an optional feature?
[[link name][my_url]]{:target="_blank"}
Thanks.
I was wondering is it possible to implement an option to enable "open in a new tab" external link export.
For example, I saw Can I create links with 'target=“_blank”' in Markdown? - StackOverflow mentions we can do so.
I try it in Org mode, if I write
[[link name][my_url]]{:target="_blank"}
. It works and jekyll renders it correctly. But adding such suffix to every external link is tedious, so is it possible that you implement it as an optional feature?Thanks.