-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
Flamethrower currently replaces existing link target:
<a href="https://astro.build" target="astro">
is replaced by
<a href="https://astro.build" target="_blank">
Existing target should be kept untouched.
Line 78 in 79883a4
| anchor.target = '_blank'; |
should be replaced by
anchor.target = anchor.target || '_blank';
Metadata
Metadata
Assignees
Labels
No labels