-
Notifications
You must be signed in to change notification settings - Fork 120
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
Check failure with German characters in heading links #209
Comments
If you need a working version you can use autoantwort-markdown-link-check as a temporary workaround (Original version with applied fixes). |
|
No I don't think so. So it worked before 6522186 ? |
autoantwort-markdown-link-check@3.10.10 passes checking the test file I provided in this issue 👍🏻
It does however fail checking a markdown file with an anchor embedded in HTML (see open issue #195):
so I will stay with "markdown-link-check": "~3.8.7" for the time-being. |
I can no longer reproduce the issue "Check failure with German characters in heading links" so I assume that it was caused (and fixed) by one of the dependencies. markdown-link-check@3.10.3 $ npx markdown-link-check ./test.md
FILE: ./test.md
[✓] #%C3%BCbersicht
1 links checked.
|
markdown-link-check version: 3.10.1 and 3.10.2
Problem description
Links to markdown document headings which contain German characters Umlaut and Eszett (äÄöÖüÜß) fail in the current
markdown-link-check
version 3.10.2 with a message similar toThis is a regression from earlier versions. In
markdown-link-check
version 3.10.0 the link checks with German characters pass.Steps to reproduce
Create document test.md with the following contents:
(The table of contents was produced using Visual Studio Code extension Markdown All in One and the command "Create Table of Contents".)
Execute
npx markdown-link-check ./test.md
which fails showing
Comparison to 3.10.0
The text was updated successfully, but these errors were encountered: