[doc] update document format

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/c96919f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/c96919f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/c96919f2

Branch: refs/heads/master
Commit: c96919f2b9e1f49df417622701bfcb37de1683bc
Parents: 8581b68
Author: acton393 <[email protected]>
Authored: Fri Mar 23 17:39:01 2018 +0800
Committer: acton393 <[email protected]>
Committed: Fri Mar 23 17:39:01 2018 +0800

----------------------------------------------------------------------
 source/cn/wiki/component-introduction.md | 1 +
 source/wiki/component-introduction.md    | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/c96919f2/source/cn/wiki/component-introduction.md
----------------------------------------------------------------------
diff --git a/source/cn/wiki/component-introduction.md 
b/source/cn/wiki/component-introduction.md
index 7c2b36d..a0a1343 100644
--- a/source/cn/wiki/component-introduction.md
+++ b/source/cn/wiki/component-introduction.md
@@ -7,6 +7,7 @@ version: 2.1
 ---
 
 ### 什么是 component
+
  简单来讲,`component` 就类似 `Weex` 渲染引擎上的 `Widget`, 
符合一定的规则的 `Widget`, 可以被 Weex engine 
在初始化的时候正确的加载,开发者在 `DSL` 书写对应的æ 
‡ç­¾åå­—(在注册的时提供的注册名字), 比如内置的一些组件 
`div`,`image` 和 
`text`。它可以读取特定的属性,展示用户数据,承载和触发事件,如果
 Weex 内置的组件不能满足你的开发需求,可以自定义你
自己的 component。
 
 

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/c96919f2/source/wiki/component-introduction.md
----------------------------------------------------------------------
diff --git a/source/wiki/component-introduction.md 
b/source/wiki/component-introduction.md
index ffa4567..01cee5f 100644
--- a/source/wiki/component-introduction.md
+++ b/source/wiki/component-introduction.md
@@ -7,6 +7,7 @@ version: 2.1
 ---
 
 ### what's component
+
  Generally,`component` is a entity `Widget` in Weex engine, and it can be 
loaded if confirm to some details rules whlile the Weex engine init. It can 
display some detail contents, receive touch or other custom events, custom 
attributes. There are some internal components registered such as `div`, 
`image` and `text`, you can custom your own component if these can not meet 
your needs.
 
 

Reply via email to