This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 238e903  fix md format
238e903 is described below

commit 238e903c8475315efa2e05f90fd827e3656382a2
Author: ken.lj <[email protected]>
AuthorDate: Tue Jan 29 12:43:46 2019 +0800

    fix md format
---
 docs/zh-cn/user/versions/version-270.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/zh-cn/user/versions/version-270.md 
b/docs/zh-cn/user/versions/version-270.md
index 2e8f130..5ca6204 100644
--- a/docs/zh-cn/user/versions/version-270.md
+++ b/docs/zh-cn/user/versions/version-270.md
@@ -55,12 +55,12 @@
 
 #### 简化的URL
 
-    ```xml
+```xml
 <!-- simplified="true"表示注册简化版的URL到Registry -->
 <dubbo:registry address="zookeeper://127.0.0.1:2181" simplified="true"/>
 ```
 
-    ```properties
+```properties
 dubbo.registry.simplified=true
 ```
 
@@ -72,11 +72,11 @@ dubbo.registry.simplified=true
 
 #### 配置元数据中心
 
-    ```xml
+```xml
 <dubbo:metadata-report address="redis://127.0.0.1:6379"/>
 ```
 
-    ```properties
+```properties
 dubbo.metadataReport.address=redis://127.0.0.1:6379
 ```
 
@@ -139,7 +139,7 @@ dubbo.protocol.port=20880
 
 - 条件路由
 
-    ```yaml
+  ```yaml
   ---
   scope: application
   force: true
@@ -156,7 +156,7 @@ dubbo.protocol.port=20880
 
 - 标签路由
 
-    ```yaml
+  ```yaml
   ---
   force: false
   runtime: true

Reply via email to