Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make links clickable? #28

Closed
wojciechsura opened this issue Jan 18, 2022 · 2 comments
Closed

How to make links clickable? #28

wojciechsura opened this issue Jan 18, 2022 · 2 comments

Comments

@wojciechsura
Copy link

Having the following markdown: [Google](https://google.com) ( => Google ), the link is properly styled, but doesn't show the hand icon and in general doesn't work. How one can make the links clickable?

@whistyun
Copy link
Owner

whistyun commented Jan 18, 2022

You need to set ClickAction property like the following

<!-- xmlns:mdxam="clr-namespace:MdXaml;assembly=MdXaml" -->
<mdxam:MarkdownScrollViewer
        ClickAction="OpenBrowser"
        />

for an another imformation, to see this document.

@wojciechsura
Copy link
Author

Missed this. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants