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(v2): broken link checker should not report false positives when using encoded chars #4407

Merged
merged 1 commit into from
Mar 12, 2021

Commits on Mar 12, 2021

  1. fix: resolve markdown links wtih encoded spaces

    In order to create markdown links to URIs containing spaces, an
    encoded space (%20) must be used. These types of links were not
    properly resolved to doc files. This fix allows them to be
    resolved by calling `decodeURI` on the links found in markdown files to
    unescape characters such as spaces.
    Harvtronix committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    51e4e46 View commit details
    Browse the repository at this point in the history