atom / spell-check

Spell check Atom package
MIT License
204 stars 121 forks source link

Spellcheck is confused by something #351

Open jmholla opened 3 years ago

jmholla commented 3 years ago

Prerequisites

Description

In a Markdown document, every word (include -) is underlined:

- FAQ is minuscule

I discovered this after it corrected my spelling of minuscule. (Yes, the corrected version ended up underlined.)

Steps to Reproduce

  1. Put the above in a new document.

Expected behavior:

Nothing being underlined.

Actual behavior:

Everything is underlined except spaces.

Reproduces how often:

100%

Versions

> atom --version
Atom    : 1.52.0
Electron: 6.1.12
Chrome  : 76.0.3809.146
Node    : 12.4.0
> apm --version
apm  2.5.2
npm  6.14.8
node 12.4.0 x64
atom 1.52.0
python 2.7.16
git 2.26.0

Mac 10.15.7

jmholla commented 3 years ago

I've found this string also exhibits the same behavior:

- Internal StackOverflow
bfayejones commented 3 years ago

I suspect this is related to #281, which I have also been having issues with.