You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/03/23 09:44:27 UTC

[04/12] incubator-weex-site git commit: *[doc] update doc format

*[doc] update doc 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/7f0c8789
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/7f0c8789
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/7f0c8789

Branch: refs/heads/master
Commit: 7f0c878905930ca37cecf9d6078b8c022a7fc801
Parents: a72a8f5
Author: acton393 <zh...@gmail.com>
Authored: Fri Mar 16 18:38:27 2018 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Fri Mar 16 18:38:27 2018 +0800

----------------------------------------------------------------------
 source/references/modules/globalevent.md | 2 +-
 source/wiki/gestures.md                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/7f0c8789/source/references/modules/globalevent.md
----------------------------------------------------------------------
diff --git a/source/references/modules/globalevent.md b/source/references/modules/globalevent.md
index 0253e65..7237a6a 100644
--- a/source/references/modules/globalevent.md
+++ b/source/references/modules/globalevent.md
@@ -105,5 +105,5 @@ globalEvent.addEventListener("WXApplicationDidBecomeActiveEvent", function (e) {
 
 [have a try at DotWe](http://dotwe.org/vue/5a774e8ce3766c88038cab6fe3331f5b)
 
->>> this feature only works on iOS and Android platforms, it doesn't work on Web. [Obtain your weex platform on weex page](../weex-variable.html#weex-environment-object)
+> this feature only works on iOS and Android platforms, it doesn't work on Web. [Obtain your weex platform on weex page](../weex-variable.html#weex-environment-object)
 

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/7f0c8789/source/wiki/gestures.md
----------------------------------------------------------------------
diff --git a/source/wiki/gestures.md b/source/wiki/gestures.md
index 6a4574e..92f700f 100644
--- a/source/wiki/gestures.md
+++ b/source/wiki/gestures.md
@@ -53,7 +53,7 @@ The following properties can be used in gesture callback:
 * `screenX`. The X coordinate of the touch point relative to the left edge of the screen.
 * `screenY`. The Y coordinate of the touch point relative to the top edge of the screen.
 * `force`. A float value that represents the amount of pressure the user is applying to the touch surface. This is a value between 0.0 (no pressure) and 1.0 (the maximum amount of pressure the hardware can recognize).
->>> iOS only and force is included in iPhone 6S and later models
+> iOS only and force is included in iPhone 6S and later models
 
 [have a try](http://dotwe.org/vue/91b6929f4f9f97a099a30c516dc2db06)