You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just had to re-do a documentation PR because CSpell didn't catch the word "th" as being a typo in a markdown file. I understand why "Th" (for the element Thorium) is accepted, but why was lowercase "th" accepted? Are all capitalized words' lowercase variants automatically accepted too? Or is it accepted because markdown can accept HTML elements and the CSpell markdown parser isn't sophisticated enough to distinguish between element names (where th is OK) and regular text where it's always a typo?
There are two cases, /th tag/i (references to HTML tag) and misspelt "the".
I think if possible, we should try to recognise both, out of the box, on default settings.
For comparison, Grammarly is on the opposite extreme:
I just had to re-do a documentation PR because CSpell didn't catch the word "th" as being a typo in a markdown file. I understand why "Th" (for the element Thorium) is accepted, but why was lowercase "th" accepted? Are all capitalized words' lowercase variants automatically accepted too? Or is it accepted because markdown can accept HTML elements and the CSpell markdown parser isn't sophisticated enough to distinguish between element names (where
th
is OK) and regular text where it's always a typo?FWIW, http://app.aspell.net/lookup?dict=en_US;words=th shows that the lowercase "th" isn't present.
The text was updated successfully, but these errors were encountered: