neolithos / NeoMarkdigXaml

Markdig Xaml/Wpf Renderer
Apache License 2.0
32 stars 7 forks source link

Anchor hyperlinks are routed as "#" #6

Closed tim-elmer closed 4 years ago

tim-elmer commented 4 years ago

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.

neolithos commented 4 years ago

May you check the fix for me?

Do you need a new nuget-package?

tim-elmer commented 4 years ago

A new NuGet package would be preferable.

neolithos commented 4 years ago

Done. Thx.

tim-elmer commented 4 years ago

That's resolved the issue, thank you!