neolithos / NeoMarkdigXaml

Markdig Xaml/Wpf Renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anchor hyperlinks are routed as "#"

tim-elmer opened this issue · comments

When an anchor hyperlink is used such as;

[Link to important heading](#important-heading)
...
## Important Heading

the parameter ExecutedRoutedEventArgs.Parameter is passed to the handling method as #, rather than #important-heading as expected.

May you check the fix for me?

Do you need a new nuget-package?

A new NuGet package would be preferable.

Done. Thx.

That's resolved the issue, thank you!