aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/content
diff options
context:
space:
mode:
authorYasutake Yohei <yohei@yasutakeyohei.com>2026-07-02 09:27:53 +0900
committerYasutake Yohei <yohei@yasutakeyohei.com>2026-07-02 09:27:53 +0900
commit3596cdac46de8f727b483f1b7a00daf65c993536 (patch)
treea4a2eec82a0f021a3da493e09da0f84fca0718b0 /src/content
parentd538baddee7e1a34fe89bd1a0065f22cc126ca6d (diff)
textlint-guide: 画像に枠線を追加HEADmain
Diffstat (limited to 'src/content')
-rw-r--r--src/content/docs/textlint-guide.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/docs/textlint-guide.mdx b/src/content/docs/textlint-guide.mdx
index 7feb9e6..3d230cd 100644
--- a/src/content/docs/textlint-guide.mdx
+++ b/src/content/docs/textlint-guide.mdx
@@ -31,7 +31,7 @@ VSCode用の拡張機能はありましたが、私が最近愛用している[Z
- ルール単位の無効化(行単位/全ルール)
- `prh.yml` による独自の表記ルール定義
-![textlintの動作例](/img/textlint-eg.png)
+<img src="/img/textlint-eg.png" alt="textlintの動作例" class="whisper-img" />
## 導入方法