From 383072c21810b353e4bf546c12c2d14de108fe66 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:50:13 +0900 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=A8=B3=E3=82=B5=E3=82=A4=E3=83=88?= =?UTF-8?q?=E5=81=B4=E3=81=A7=E3=81=AE=E8=A7=A3=E6=9E=90=E3=81=8C=E3=81=8A?= =?UTF-8?q?=E3=81=8B=E3=81=97=E3=81=8F=E3=81=AA=E3=82=89=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E8=A1=8C=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/.README.md | 18 ++++++++++++++++++ content/ja/docs/6.donate.md | 1 + 2 files changed, 19 insertions(+) diff --git a/content/.README.md b/content/.README.md index 05286721..ccc32620 100644 --- a/content/.README.md +++ b/content/.README.md @@ -39,6 +39,24 @@ Nuxt Contentは、内部的にはmarkdownの拡張言語であるMDCを採用し MDC記法でのVueコンポーネントの書き方は、[こちら](https://content.nuxt.com/usage/markdown#vue-components)をご確認ください。 **(特に、コンポーネントをネストする際の記法に気を付けてください)** +### 【重要】コンポーネントブロックと他要素は1行開けてください + +Crowdin側の仕様により、連続する行は同じ翻訳テキストとして認識されてしまいます。 + +コンポーネント記法を使う際は **前後に1行空けるようにしてください。** + +```md +これは段落 + +:::tip + +これはtipコンポーネントの中身(上下1行空ける!) + +::: + +これは次の段落 +``` + ## 独自Frontmatterについて ### `date` diff --git a/content/ja/docs/6.donate.md b/content/ja/docs/6.donate.md index 3b57ba39..c8eeda68 100644 --- a/content/ja/docs/6.donate.md +++ b/content/ja/docs/6.donate.md @@ -1,4 +1,5 @@ # プロジェクトへの寄付 + :::tip 法人としてプロジェクトへの支援(スポンサー)をご検討の方は[こちらをご覧ください。](/docs/become-a-sponsor/) :::