From 4571d5b499f5993c4fbf469cf072d2680ad9d7a4 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 04:15:28 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- doc/ECMobile_iOS.md | 4 ++-- .../bee.services.location/bee.services.location.md | 8 ++++---- iOS/services/bee.services.push/bee.services.push.md | 8 ++++---- .../bee.services.share.sinaweibo.md | 12 ++++++------ .../bee.services.share.tencentweibo.md | 12 ++++++------ .../bee.services.share.weixin.md | 10 +++++----- iOS/services/bee.services.siri/bee.services.siri.md | 4 ++-- .../bee.services.wizard/bee.services.wizard.md | 8 ++++---- 9 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 2b6bcce..2d9f48b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ECMobile [ECMobile](http://www.ecmobile.cn) 是基于 [ECShop](http://www.ecshop.com) 的手机商城客户端,包括iOS、Android、PHP三个平台源代码及框架已开放下载! -#####支持开源及后续版本更新,请FORK和STAR,感谢您的支持! +##### 支持开源及后续版本更新,请FORK和STAR,感谢您的支持! 1. iOS: [https://github.com/GeekZooStudio/ECMobile_iOS](https://github.com/GeekZooStudio/ECMobile_iOS) 2. Android: [https://github.com/GeekZooStudio/ECMobile_Android](https://github.com/GeekZooStudio/ECMobile_Android) diff --git a/doc/ECMobile_iOS.md b/doc/ECMobile_iOS.md index 1102a17..c2ab804 100644 --- a/doc/ECMobile_iOS.md +++ b/doc/ECMobile_iOS.md @@ -1,4 +1,4 @@ -#修改工程 +# 修改工程 1. 打开工程 2. 找到[AppDelegate load]方法,修改 [ServerConfig sharedInstance].url @@ -30,7 +30,7 @@ siri.config.appID = @""; [ExpressModel setKuaidi100Key:@""]; -#联系方式 +# 联系方式 官方论坛:http://bbs.ecmobile.cn/ diff --git a/iOS/services/bee.services.location/bee.services.location.md b/iOS/services/bee.services.location/bee.services.location.md index 296c4c3..77bacd3 100644 --- a/iOS/services/bee.services.location/bee.services.location.md +++ b/iOS/services/bee.services.location/bee.services.location.md @@ -1,10 +1,10 @@ -#Step 1 +# Step 1 1. Locate `bee.services.location` under `/services` 2. Then drag and drop it into your project. 3. \#import "bee.services.location.h" -#Step 2 +# Step 2
 bee.services.location.whenUpdate = ^
@@ -13,11 +13,11 @@ bee.services.location.whenUpdate = ^
 };
 
-#Step 3 +# Step 3
 bee.services.location.ON();
 bee.services.location.OFF();
 
-#Good luck +# Good luck diff --git a/iOS/services/bee.services.push/bee.services.push.md b/iOS/services/bee.services.push/bee.services.push.md index 8d93e34..9713870 100644 --- a/iOS/services/bee.services.push/bee.services.push.md +++ b/iOS/services/bee.services.push/bee.services.push.md @@ -1,10 +1,10 @@ -#Step 1 +# Step 1 1. Locate `bee.services.push` under `/services` 2. Then drag and drop it into your project. 3. \#import "bee.services.push.h" -#Step 2 +# Step 2
 bee.services.push.whenRegistered = ^
@@ -20,7 +20,7 @@ bee.services.push.whenReceived = ^
 };
 
-#Step 3 +# Step 3
 bee.services.push.ON();
@@ -32,4 +32,4 @@ bee.services.push.CLEAR();
 bee.services.push.CHECK();
 
-#Good luck +# Good luck diff --git a/iOS/services/bee.services.share.sinaweibo/bee.services.share.sinaweibo.md b/iOS/services/bee.services.share.sinaweibo/bee.services.share.sinaweibo.md index 66d7230..1f8bf47 100644 --- a/iOS/services/bee.services.share.sinaweibo/bee.services.share.sinaweibo.md +++ b/iOS/services/bee.services.share.sinaweibo/bee.services.share.sinaweibo.md @@ -1,10 +1,10 @@ -#Step 1 +# Step 1 1. Locate `bee.services.share.sinaweibo` under `/services` 2. Then drag and drop it into your project. 3. \#import "bee.services.share.sinaweibo.h" -#Step 2 +# Step 2
 bee.services.share.sinaweibo.config.appKey = @"";
@@ -13,15 +13,15 @@ bee.services.share.sinaweibo.config.redirectURI = @"";
 bee.services.share.sinaweibo.ON();
 
-#Step 3 +# Step 3 -####Authorize +#### Authorize
 bee.services.share.sinaweibo.AUTHORIZE();
 
-####Share +#### Share
 bee.services.share.sinaweibo.post.text = @"";
@@ -41,4 +41,4 @@ bee.services.share.sinaweibo.whenCancelled = ^
 bee.services.share.sinaweibo.SHARE();
 
-#Good luck +# Good luck diff --git a/iOS/services/bee.services.share.tencentweibo/bee.services.share.tencentweibo.md b/iOS/services/bee.services.share.tencentweibo/bee.services.share.tencentweibo.md index b5d5a9e..c8181bd 100644 --- a/iOS/services/bee.services.share.tencentweibo/bee.services.share.tencentweibo.md +++ b/iOS/services/bee.services.share.tencentweibo/bee.services.share.tencentweibo.md @@ -1,10 +1,10 @@ -#Step 1 +# Step 1 1. Locate `bee.services.share.tencentweibo` under `/services` 2. Then drag and drop it into your project. 3. \#import "bee.services.share.tencentweibo.h" -#Step 2 +# Step 2
 bee.services.share.tencentweibo.config.appKey = @"";
@@ -13,15 +13,15 @@ bee.services.share.tencentweibo.config.redirectURI = @"";
 bee.services.share.tencentweibo.ON();
 
-#Step 3 +# Step 3 -####Authorize +#### Authorize
 bee.services.share.tencentweibo.AUTHORIZE();
 
-####Share +#### Share
 bee.services.share.tencentweibo.post.text = @"";
@@ -41,4 +41,4 @@ bee.services.share.tencentweibo.whenCancelled = ^
 bee.services.share.tencentweibo.SHARE();
 
-#Good luck +# Good luck diff --git a/iOS/services/bee.services.share.weixin/bee.services.share.weixin.md b/iOS/services/bee.services.share.weixin/bee.services.share.weixin.md index 969649a..d8ae84c 100644 --- a/iOS/services/bee.services.share.weixin/bee.services.share.weixin.md +++ b/iOS/services/bee.services.share.weixin/bee.services.share.weixin.md @@ -1,10 +1,10 @@ -#Step 1 +# Step 1 1. Locate `bee.services.share.tencentweibo` under `/services` 2. Then drag and drop it into your project. 3. \#import "bee.services.share.tencentweibo.h" -#Step 2 +# Step 2 Add below into your .plist file @@ -23,7 +23,7 @@ Add below into your .plist file -#Step 2 +# Step 2
 bee.services.share.weixin.config.appId = @"";
@@ -31,7 +31,7 @@ bee.services.share.weixin.config.appKey = @"";
 bee.services.share.weixin.ON();
 
-#Step 4 +# Step 4
 if ( bee.services.share.weixin.installed )
@@ -53,4 +53,4 @@ else
 }
 
-#Good luck +# Good luck diff --git a/iOS/services/bee.services.siri/bee.services.siri.md b/iOS/services/bee.services.siri/bee.services.siri.md index f2db47c..47bf917 100644 --- a/iOS/services/bee.services.siri/bee.services.siri.md +++ b/iOS/services/bee.services.siri/bee.services.siri.md @@ -1,7 +1,7 @@ -#Step 1 +# Step 1 1. Locate `bee.services.siri` under `/services` 2. Then drag and drop it into your project. 3. \#import "bee.services.siri.h" -#Good luck +# Good luck diff --git a/iOS/services/bee.services.wizard/bee.services.wizard.md b/iOS/services/bee.services.wizard/bee.services.wizard.md index 46a2181..1ee27d7 100644 --- a/iOS/services/bee.services.wizard/bee.services.wizard.md +++ b/iOS/services/bee.services.wizard/bee.services.wizard.md @@ -1,10 +1,10 @@ -#Step 1 +# Step 1 1. Locate `bee.services.wizard` under `/services` 2. Then drag and drop it into your project. 3. \#import "bee.services.wizard.h" -#Step 2 +# Step 2
 bee.services.wizard.config.showPageControl = YES;
@@ -26,11 +26,11 @@ bee.services.wizard.whenSkipped = ^{
 };
 
-#Step 3 +# Step 3
 bee.services.wizard.ON();
 bee.services.wizard.OFF();
 
-#Good luck +# Good luck