-
Notifications
You must be signed in to change notification settings - Fork 70
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
TeXtidote allows LanguageTool to proofread inside backtick quotes #152
Comments
I tested with this input file:
I got no error for the part between backticks. Could you please post a minimum working example that reproduces the issue? |
Never mind, this was a mistake on my part. The actual issue is with single backticks, it will point spelling errors for content like `sysctl` But it happens in both tools ( |
I think that if LT analyzes what is between backticks, TeXtidote should do the same in order to be consistent. |
Okay, I just think it doesn't make sense to proofread inside code quotes, it should be excluded just like inside LaTeX formulas? |
It's true that in the LaTeX cleaner, the equivalent command ( |
TeXtidote causes LanguageTool to proofread inside triple backtick blocks in Markdown files. This is not the LanguageTool default behavior, which will ignore content in such blocks, which are used for code. LanguageTool does warn about the backticks themselves ("Use a smart opening quote here"), no idea why.\TeXtidote allows LanguageTool to proofread inside backtick quotes in Markdown files. This is the LanguageTool default behavior, which doesn't ignore contents in such quotes and even suggests replacing such quotation for other kind. TeXtidote should handle that I think?
The text was updated successfully, but these errors were encountered: