-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temp: add remark-lint-no-unicode package
- Loading branch information
1 parent
b647397
commit 91477d2
Showing
7 changed files
with
73 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ignores fully clear document | ||
ignores a document that does not contain forbidden characters | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
finds forbidden characters in a document | ||
ignores forbidden characters in inline code and fenced code blocks | ||
|
||
--- | ||
|
||
# abcd | ||
`abcd` | ||
|
||
``` | ||
abcd | ||
abcd | ||
``` | ||
|
||
--- | ||
|
||
1:6-1:7: Forbidden character "d" (see https://symbl.cc/en/0064/). | ||
3:4-3:5: Forbidden character "d" (see https://symbl.cc/en/0064/). | ||
4:4-4:5: Forbidden character "d" (see https://symbl.cc/en/0064/). | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
ignores forbidden characters in code | ||
sends an abstract message if a document contains forbidden characters | ||
|
||
--- | ||
|
||
`abcd` | ||
# abcd | ||
|
||
``` | ||
abcd | ||
``` | ||
|
||
--- | ||
|
||
1:6-1:7: Character "d" (U+0064) is not allowed. Refer to "https://symbl.cc/en/0064/" for information regarding this character. | ||
3:4-3:5: Character "d" (U+0064) is not allowed. Refer to "https://symbl.cc/en/0064/" for information regarding this character. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
sends a concrete message if a document contains forbidden characters | ||
|
||
--- | ||
|
||
ab c | ||
|
||
--- | ||
|
||
1:3-1:4: No-Break Space character " " (U+00A0) is not allowed. Consider replacing it with a Space character " " (U+0020). Refer to "https://symbl.cc/en/00A0/" and "https://symbl.cc/en/0020/" for information regarding these characters. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.