We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This plugin looks great. I'd also like to flag closing quotes used where opening quotes should be used instead and vice versa.
Incorrect examples
“word“
“
”
”word”
it‘s
‘
’
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This plugin looks great. I'd also like to flag closing quotes used where opening quotes should be used instead and vice versa.
Incorrect examples
“word“
- second curly left double quote“
should be replaced with a curly right double quote”
”word”
- first curly right double quote”
should be replaced with a curly left double quote“
it‘s
- curly left quote‘
should be replaced with a curly right quote’
The text was updated successfully, but these errors were encountered: