-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Relative links in sample app documentation panel is not working #1740
Comments
This might be possible to get working with some of the improvements to MarkdownTextBlock, I'll take a look |
Can we create a DocFX Flavored Markdown for documentation panel in sample app because docs.microsoft.com uses DocFX. @nmetulev Is it possible to change GitHub Flavored Markdown to DocFX Flavored Markdown in GitHub? |
For the MarkdownTextBlock, it is possible, but not likely. It requires changes in the parser and renderer, it's a lot of work for something that would only minimally improve the sample app (and would create breaking changes for actual users of the control) For GitHub, I don't believe it's possible to change |
@nmetulev Agree |
They are clickable now, but don't actually do anything. |
what are you trying to achieve here? when you click on |
No, it should go to the corresponding page. |
But there is no Sample Page in Sample App for Animation Set. What should happen in this case? should it open on browser? |
In 3.0, there will be Sample Page for everything. If the control/helper doesn't have sample then it will be doc only sample page. Any way we can navigate the user to the corresponding page. |
Yes. Using Deeplink. So if you want the users to go to
So your links will change to only thing I am not sure about is how does it impact docs.microsoft.com |
How does it affect docs.microsoft.com? This is only for Sample App |
Whats the status? |
It will be done after #1755 PR merged |
@Vijay-Nirmal The PR #1755 has been merged, can we close this issue? |
@lucaasrojas No, we can't. This issue is not fixed (as for as I know) unless @WilliamABradley fixed it in #1755 (I didn't follow the PR since I was busy). It was supposed to be done by me after #1755 PR merge. |
Links now show up as links but don't work as anchor links. That's something that should be done in the actual MarkdownTextBlock |
I'm submitting a...
Current behavior
Since we are using
MarkdownTextBlock
to display the documentation in sample app relative links will not work.Expected behavior
Work properly with relative links.
The text was updated successfully, but these errors were encountered: