Skip to content

Commit 341c02f

Browse files
committed
fix(cn): fix homepage conflicts
1 parent 26ea589 commit 341c02f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/home/examples/a-component-using-external-plugins.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@ order: 3
44
domid: markdown-example
55
---
66

7-
<<<<<<< HEAD
8-
React 的使用非常灵活,并且提供了可以调用其他第三方框架或库的接口。下面这个示例就使用了一个用来渲染 markdown 语法,名为 **remarkable** 的库。它可以实时转换渲染 `<textarea>` 里的内容。
9-
=======
10-
React allows you to interface with other libraries and frameworks. This example uses **remarkable**, an external Markdown library, to convert the `<textarea>`'s value in real time.
11-
>>>>>>> 61b96a2f24d6c64851ee747e99d5ea7629059ec6
7+
React 允许你结合其他框架或库一起使用。下面这个示例就使用了一个用来渲染 markdown 语法,名为 **remarkable** 的库。它可以实时转换渲染 `<textarea>` 里的内容。

0 commit comments

Comments
 (0)