tldr-lint
tldr-lint copied to clipboard
New linter error if there is a hyphen character (‐, code point U+2010)
This character is visually the same as hyphen minus (‐, code point U+002D), so it's very hard to catch for humans.
I am planning to implement such a check. Are you aware of any other hard-to-spot symbols that should be checked for? E.g. different types of space?
I am planning to implement such a check. Are you aware of any other hard-to-spot symbols that should be checked for? E.g. different types of space?
I did some research on invisible character and there are many of them, not to tell other characters like those other quotes.
Maybe we could instead use an allowed set of characters for English pages?