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

Add section link support for READMEs #9193

Merged
merged 6 commits into from
Aug 23, 2022
Merged

Conversation

applejax124
Copy link
Contributor

Fixes the issue where internal section links in a README do not link to the specified section, but instead take a user back to the top.

Addresses #8833

@applejax124 applejax124 requested a review from a team as a code owner August 16, 2022 20:09
@lyndaidaii
Copy link
Contributor

Could you verify if internal section links work on markdown?

@applejax124
Copy link
Contributor Author

Performed some validation and confirmed that the readme section links are functional.

The current behavior when an internal link is hovered over: (The link displayed at the bottom of the screenshot shows the URL for the main package details page)
section links original

The new behavior when an internal link is hovered over: (The link displayed at the bottom of the screenshot shows the URL for the selected section of the readme)
section links new

The new behavior when an internal link is clicked: (The selected section is navigated to as expected)
section links new-link

@applejax124 applejax124 merged commit 0728f7d into dev Aug 23, 2022
@joelverhagen joelverhagen mentioned this pull request Aug 26, 2022
34 tasks
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

Successfully merging this pull request may close these issues.

None yet

3 participants