AutoLinkOptions.OpenInNewWindow should use target=_blank #485

Closed
opened 2026-01-29 14:37:55 +00:00 by claunia · 1 comment
Owner

Originally created by @lajjne on GitHub (Sep 13, 2021).

Setting AutoLinkOptions.OpenInNewWindow=true adds target=blank to the links. I'm assuming this is a typo and should be changed to target=_blank. This also seems to be the case for JiraLinks which should probably also be changed to target=_blank .

Originally created by @lajjne on GitHub (Sep 13, 2021). Setting `AutoLinkOptions.OpenInNewWindow=true` adds `target=blank` to the links. I'm assuming this is a typo and should be changed to `target=_blank`. This also seems to be the case for JiraLinks which should probably also be changed to `target=_blank` .
claunia added the bugPR Welcome! labels 2026-01-29 14:37:55 +00:00
Author
Owner

@MihaZupan commented on GitHub (Sep 14, 2021):

Nice catch, you're right - it should be _blank

@MihaZupan commented on GitHub (Sep 14, 2021): Nice catch, you're right - it should be `_blank`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#485