From 6ec54896b516aee4f6af447ec7ca360adbbf0554 Mon Sep 17 00:00:00 2001 From: mancuoj <45707684+mancuoj@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:42:06 +0800 Subject: [PATCH] docs: add information to avoid misunderstanding (#1619) Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --- docs/guide/markdown.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 3a4bb9f3f633..ab2e8fb4a88b 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -387,6 +387,8 @@ Additionally, you can define a number of lines to focus using `// [!code focus:< **Input** +Note that only one space is required after `!code`, here are two to prevent processing. + ```` ```js export default { @@ -417,6 +419,8 @@ Adding the `// [!code --]` or `// [!code ++]` comments on a line will create a d **Input** +Note that only one space is required after `!code`, here are two to prevent processing. + ```` ```js export default { @@ -449,6 +453,8 @@ Adding the `// [!code warning]` or `// [!code error]` comments on a line will co **Input** +Note that only one space is required after `!code`, here are two to prevent processing. + ```` ```js export default {