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
For example the spellcheck rule in .autocorrectrc is:
.autocorrectrc
spellcheck: words: - hello = world
When the code block doesn't have indentation, the spellcheck will ignore it:
``` hello # won't be replaced to "world" ```
But if it has indentation, the spellcheck will report error:
``` hello # will be replaced to "world" ```
The autocorrect version is 2.6.2
The text was updated successfully, but these errors were encountered:
Is this problem fixed? seems like I'm facing similar problems.
Sorry, something went wrong.
No branches or pull requests
For example the spellcheck rule in
.autocorrectrc
is:When the code block doesn't have indentation, the spellcheck will ignore it:
But if it has indentation, the spellcheck will report error:
The autocorrect version is 2.6.2
The text was updated successfully, but these errors were encountered: