Skip to content

Commit 4082343

Browse files
committed
doc: Update README.md
1 parent 3a63868 commit 4082343

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export type CodeBlockData = {
109109

110110
## 配置 meta 标识
111111

112-
注意:需要在代码块示例中添加特殊的 `meta` 标识,`loader` 才会去索引对于的 `react` 示例,进行代码转换。
112+
注意 ⚠️:需要在代码块示例中添加特殊的 `meta` 标识,`loader` 才会去索引对于的 `react` 示例,进行代码转换。
113113

114114
1. `mdx:` 特殊标识前缀
115115
2. `mdx:preview` 控制是否进行进行示例索引,通过对应所在行号,获取需要的示例对象。

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Pass the `markdown` file content string, and return the converted code block par
109109

110110
## Configure meta ID
111111

112-
Note: You need to add a special `meta` identifier to the code block example, and `loader` will index the `react` example for code conversion.
112+
Note ⚠️: You need to add a special `meta` identifier to the code block example, and `loader` will index the `react` example for code conversion.
113113

114114
1. `mdx:` special identifier prefix
115115
2. `mdx:preview` Controls whether to perform example indexing, and obtain the required example object through the corresponding line number.

0 commit comments

Comments
 (0)