Skip to content

MD: Internal ref link are not rendered #20

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

Closed
lmazuel opened this issue Oct 29, 2019 · 3 comments
Closed

MD: Internal ref link are not rendered #20

lmazuel opened this issue Oct 29, 2019 · 3 comments

Comments

@lmazuel
Copy link

lmazuel commented Oct 29, 2019

Hello!

For example with this package:
https://pypi.org/project/azure-identity

There is a few link to anchors in that file, for example of MD:

Credentials can be chained together and tried in turn until one succeeds; see
[chaining credentials](#chaining-credentials) for details.

It works fine in Github, see this link:
https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/azure-identity/README.md#chaining-credentials

It works as well with Sphinx, they generate a div with the right id for that:
image

PyPI on the other end, does not generate any id:
image

I was wondering your thoughts about this? If first of all that's something you would want to eventually support, and if yes what strategy you would apply to achieve it. I can't a PR, but at least will be interested to know your feelings about this :)

Thank you for your work!!!

@lmazuel
Copy link
Author

lmazuel commented Oct 29, 2019

I realize reading more precisely that you wrap a native library, aplogize for the waste of time here. Do you think it worth searching/opening an issue for this in https://github.com/github/cmark-gfm/issues ?
I wasn't able to find an issue about this.
Thank you for your time!

@simonw
Copy link

simonw commented Jul 23, 2020

It looks like cmark-gfm does have an issue for this now: github/cmark-gfm#186

@theacodes
Copy link
Owner

Closing this for now, as we can't do anything until upstream fixes it.

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

3 participants