mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Hyperlinks not working? #688
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 @stigzler on GitHub (Jul 11, 2024).
Firstly, fab lib! Secondly, I'm missing something really obvious. All rendering fine, but when I click a hyperlink, nothing happens. My MD xaml:
Style just an adaptation (just color changes) of the standard one provided by markdig.
I also tried adding:
but the event never fires.
SelectedIssueViewModel.Body is just a text property.
What am I missing?
@xoofx commented on GitHub (Jul 13, 2024):
Markdig does not provide any direct support for XAML, so this has to be reported to the correct repository.
@stigzler commented on GitHub (Jul 16, 2024):
Thanks for the reply - where would I find the correct repository?
@xoofx commented on GitHub (Jul 16, 2024):
I don't know, you have added likely a NuGet package to your project to have that support, so I would start from there. There is no
MarkdownViewerclass in this repository.@stigzler commented on GitHub (Jul 17, 2024):
My apologies. It was markdig.wpf (here). Will post over there.