mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 05:49:27 +00:00
Add OpenInNewWindow property to LinkInlineRenderer #746
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danielklecha on GitHub (Aug 13, 2025).
There is no way to force to open markdown links in a new window.
It's possible for auto links, but markdown links don't have this feature.
OpenInNewWindow property should add target=_blank if link is not image.