From de215390046ae623d0960b4193679eea4fe8d927 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Thu, 2 Jul 2026 13:29:19 +0900 Subject: textlint-guide: WhisperStylesをimportして画像に枠線を追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/textlint-guide.mdx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/content') 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'; + + + ## textlintとは [textlint](https://textlint.github.io/) は、JavaScriptで書かれた文章校正ツールです。校正ルールをプラグインで自由に追加・設定できます。日本語に限らず、あらゆる言語のテキストを校正できます。 -- cgit v1.3.1