This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Description Description
Words in a custom dictionary are underlined in red and treated as misspelt when surrounded by _italic_ markdown
Steps to Reproduce
Add a custom word to the "Known words" list in the spell-check settings page: e.g. FooBar
Type the word in a Markdown document and verify it is marked as correctly spelt
Italicize the word by typing _FooBar_. The word is marked as incorrect
Expected behavior:
Formatting marks should not influence the correctness of the word
Actual behavior:
Underscores (but not asterisks) are treated as part of the word, causing the word to fail to match the custom words list
Reproduces how often:
Always
Versions
Windows 10
Atom : 1.60.0
Electron: 9.4.4
Chrome : 83.0.4103.122
Node : 12.14.1
apm 2.6.2
npm 6.14.13
node 12.14.1 x64
atom 1.60.0
python 3.9.7
git
visual studio
Additional Information
Reactions are currently unavailable
Description
Words in a custom dictionary are underlined in red and treated as misspelt when surrounded by
_italic_markdownSteps to Reproduce
FooBar_FooBar_. The word is marked as incorrectExpected behavior:
Formatting marks should not influence the correctness of the word
Actual behavior:
Underscores (but not asterisks) are treated as part of the word, causing the word to fail to match the custom words list
Reproduces how often:
Always
Versions
Windows 10
Additional Information