We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515e156 commit afc0a00Copy full SHA for afc0a00
README.md
@@ -31,6 +31,19 @@ textlint --rule no-hankaku-kana README.md
31
32
See [Releases page](https://github.com/azu/textlint-rule-no-hankaku-kana/releases).
33
34
+## Further Reading
35
+
36
+> 半角カナ(はんかくカナ)、半角片仮名(はんかくかたかな, Halfwidth Katakana)とは、幅が半分(半角)の片仮名文字の事。
37
38
+このうち
39
40
+- Halfwidth CJK punctuation(U+FF61〜FF64
41
+- Halfwidth Katakana variants(U+FF65〜FF9F)
42
43
+を対象している。
44
45
+- [半角カナ - Wikipedia](https://ja.wikipedia.org/wiki/%E5%8D%8A%E8%A7%92%E3%82%AB%E3%83%8A "半角カナ - Wikipedia")
46
47
## Running tests
48
49
Install devDependencies and Run `npm test`:
0 commit comments