aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/content
diff options
context:
space:
mode:
authorYasutake Yohei <yohei@yasutakeyohei.com>2026-07-02 13:29:19 +0900
committerYasutake Yohei <yohei@yasutakeyohei.com>2026-07-02 13:29:19 +0900
commitde215390046ae623d0960b4193679eea4fe8d927 (patch)
tree84e9a990e018c6b77bc81e51de05319290815d0a /src/content
parentb46d3ea7c0b4d2666c443f2e3064233ea7e96994 (diff)
textlint-guide: WhisperStylesをimportして画像に枠線を追加
Diffstat (limited to 'src/content')
-rw-r--r--src/content/docs/textlint-guide.mdx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/content/docs/textlint-guide.mdx b/src/content/docs/textlint-guide.mdx
index b5fadcd..ee8985c 100644
--- a/src/content/docs/textlint-guide.mdx
+++ b/src/content/docs/textlint-guide.mdx
@@ -3,6 +3,10 @@ title: textlintで文章校正する方法
description: 日本語の文章をリアルタイムで校正するtextlintを、Zedエディタで使う方法。自作LSPサーバーの導入からルール設定、自動修正、無効化までを解説します。
---
+import WhisperStyles from '@/components/WhisperStyles.astro';
+
+<WhisperStyles />
+
## textlintとは
[textlint](https://textlint.github.io/) は、JavaScriptで書かれた文章校正ツールです。校正ルールをプラグインで自由に追加・設定できます。日本語に限らず、あらゆる言語のテキストを校正できます。