-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Problem with russian characters #26
Comments
@apkraft Welcome! Please take a look at the contributing.md docs to see how you can create an issue that we can help with. Especially the “Submitting an issue” section is good. As it is, you didn’t provide enough info for someone to help you. |
@wooorm Thank you for correction. I have a project with content.md file in it. In this file I have a text like this:
My package.json looks like this:
After executing remark-lint I have this log:
The problem is that remark-validate-links plugin wants "Профили-пользователей" instead of "профили-пользователей" in the link I attached all files but with .txt extension to upload: . |
Thanks! Why do you believe the heading link is different than remark-validate-links suggests? |
I put it here: https://github.com/apkraft/temp For example,
|
Thanks for reporting this. It’s an issue in github-slugger. I opened a PR there: Flet/github-slugger#17. |
Thank you! |
Related to remarkjs/remark-validate-links#26. Closes GH-17.
I’ve merged some stuff in github-slugger. Hope we can release that soon and get this in here! |
This is fixed btw, because github-slugger released with a fix for this as a patch! |
Thank you! |
With the header '# Профили пользователей' and the link
[«Профили пользователей»](#профили-пользователей)
in the markdown file remark-validate-links gives an error:
5:405-5:462 warning Link to unknown heading: 'профили-пользователей'. Did you mean 'Профили-пользователей' missing-heading remark-validate-links
(capital letter)
Can you please fix it?
The text was updated successfully, but these errors were encountered: