Setting to open external URL's in new browser tab #540

Open
opened 2026-01-29 14:39:14 +00:00 by claunia · 0 comments
Owner

Originally created by @jasell on GitHub (Jun 5, 2022).

In our Markdig implementation we would like all external links to open in a new browser tab.
After some investigation we found that Markdig (advanced) can do this with below syntax.

[Open Markdig in new tab](https://github.com/xoofx/markdig){target="_blank"}

It would be nice if we can set up Markdig to always render external links with this addition.
This way users do not need to add or risk forgetting it.

Originally created by @jasell on GitHub (Jun 5, 2022). In our Markdig implementation we would like all external links to open in a new browser tab. After some investigation we found that Markdig (advanced) can do this with below syntax. ``` [Open Markdig in new tab](https://github.com/xoofx/markdig){target="_blank"} ``` It would be nice if we can set up Markdig to always render external links with this addition. This way users do not need to add or risk forgetting it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#540