Uh oh!
There was an error while loading. Please reload this page.
fix(app) internal/external link handling (via markdown parser) - #10816
fix(app) internal/external link handling (via markdown parser)#10816alexyaroshuk wants to merge 1 commit into
Conversation
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate Found:
This PR has a nearly identical title and appears to address the same issue (internal/external link handling in the app). The current PR (#10816) may be a refinement or variant that specifically targets the markdown parser approach, but it could be a duplicate or related to PR #10752. You should check if PR #10752 is already addressing the same problem. |
adamdotdevin
commented
Jan 28, 2026
I think I solved this one @alexyaroshuk! |
What does this PR do?
fixes external link handling in the desktop app by adding the external-link class to markdown-generated tags.
How did you verify your code works?
local dev build and prod build testing
Note
web app would open external links in the current window, probably not the best UX but is out of scope for this PR