You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
+++ title = "Links with target attribute" tags = ["links"] draft = false [blackfriday] hrefTargetBlank = false +++
This link (to Hyperlinks chapter in Org manual) will open in a new tab
as it is annotated with target="_blank".
Here's the same link but with target="_self" annotation. So
clicking it will open that link in this same tab!
Above is a link to an image. The width attribute of 10% though
must apply only to the image, and not to the link, and the target
attribute must apply only to the link, and not to the image.
Here's the same link again, but this time there is no #+ATTR_HTML
annotation. So the behavior will depend on the browser (typically an
external link will open in a new tab automatically).