Describe the bug
When using inline codespans in markdown mode, eg:
"Navigate to `/path/to/file` in your directory"
Gramma incorrectly identifies a double space, ie. the one before and the one after the code span.
A similar error occurs with commas, eg:
"Does Go have arithmetic operators like `++`, `+=`, `*=` or `--`?"
It appears that Gramma is stripping the codespan from the string before analysis, without accounting for the fact that something else was there. See the sentence field in the result below.
Describe the bug When using inline codespans in markdown mode, eg:
Gramma incorrectly identifies a double space, ie. the one before and the one after the code span.
A similar error occurs with commas, eg:
It appears that Gramma is stripping the codespan from the string before analysis, without accounting for the fact that something else was there. See the
sentence
field in the result below.To Reproduce Minimal reproduction (NodeJS)
Expected behavior No errors should be found in this text.
Actual behaviour
Desktop (please complete the following information):