From c283f4e40598913720ae7978fcf730dd04f2dc62 Mon Sep 17 00:00:00 2001 From: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:49:35 -0600 Subject: [PATCH 1/2] Expand cspell ignore instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1bde759381..5e5df70ae49 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ npm run check There are two ways to deal with cSpell incorrectly complaining about a word, such as abbreviations. -1. Ignore the word in the local markdown file by adding a comment to the file, like below. The word is not case-sensitive, and the comment can be placed anywhere. +1. Ignore the word in the local markdown file by adding a comment to the file, like below. The word is not case-sensitive, and the comment can be placed anywhere (inside a markdown cell, in the source part). Note that in the text editor, each line is surrounded by quotes and ends with /n. So it looks like this: "{/* cspell:ignore hellllooooo, ayyyyy */}/n" ``` {/* cspell:ignore hellllooooo, ayyyyy */} From 914cf15979d27017725ad1f38afe1fa1aebcbbb4 Mon Sep 17 00:00:00 2001 From: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:47:12 -0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: Frank Harkins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e5df70ae49..8c20a608fc3 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ npm run check There are two ways to deal with cSpell incorrectly complaining about a word, such as abbreviations. -1. Ignore the word in the local markdown file by adding a comment to the file, like below. The word is not case-sensitive, and the comment can be placed anywhere (inside a markdown cell, in the source part). Note that in the text editor, each line is surrounded by quotes and ends with /n. So it looks like this: "{/* cspell:ignore hellllooooo, ayyyyy */}/n" +1. Ignore the word in the local markdown file by adding a comment to the file, like below. The word is not case-sensitive, and the comment can be placed anywhere (inside a markdown cell, in the source part). Note that in the text editor, each line is surrounded by quotes and ends with \n. So it looks like this: "{/* cspell:ignore hellllooooo, ayyyyy */}\n" ``` {/* cspell:ignore hellllooooo, ayyyyy */}