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

Fix broken fragment links #398

Merged
merged 1 commit into from Aug 23, 2019
Merged

Conversation

Munter
Copy link
Contributor

@Munter Munter commented Aug 22, 2019

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

The markdown generated heading fragments to not contain uppercase letters. It seems Githubs own javascript to handle fragment link clicks knows this and lowercases it on click, the same thing does not happen in webpack.js.org

The PR fixes the problem on webpack.js.org as well

The markdown generated heading fragments to not contain uppercase letters. It seems Githubs own javascript to handle fragment link clicks knows this and lowercases it on click, the same thing does not happen in webpack.js.org

The PR fixes the problem on webpack.js.org as well
@codecov
Copy link

codecov bot commented Aug 22, 2019

Codecov Report

Merging #398 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #398   +/-   ##
=======================================
  Coverage   94.88%   94.88%           
=======================================
  Files           9        9           
  Lines         293      293           
  Branches       78       78           
=======================================
  Hits          278      278           
  Misses         14       14           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6158483...d4a0d0d. Read the comment docs.

@alexander-akait alexander-akait merged commit 806eb41 into webpack-contrib:master Aug 23, 2019
@alexander-akait
Copy link
Member

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

Successfully merging this pull request may close these issues.

None yet

2 participants