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

iluo 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 a04c342  Delete extra styles (#352)
a04c342 is described below

commit a04c3421e60a7d9a0b12fad1a1cc992af52daadc
Author: Jlcao <[email protected]>
AuthorDate: Tue Apr 16 10:38:49 2019 +0800

    Delete extra styles (#352)
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
    
    * Delete extra styles
    
    Delete extra styles.
---
 .../en-us/user/references/xml/dubbo-application.md | 46 +---------------------
 docs/en-us/user/references/xml/dubbo-argument.md   | 46 +---------------------
 docs/en-us/user/references/xml/dubbo-consumer.md   | 46 +---------------------
 docs/en-us/user/references/xml/dubbo-method.md     | 44 ---------------------
 docs/en-us/user/references/xml/dubbo-module.md     | 44 ---------------------
 docs/en-us/user/references/xml/dubbo-monitor.md    | 44 ---------------------
 docs/en-us/user/references/xml/dubbo-parameter.md  | 45 ---------------------
 docs/en-us/user/references/xml/dubbo-protocol.md   | 44 ---------------------
 docs/en-us/user/references/xml/dubbo-provider.md   | 44 ---------------------
 docs/en-us/user/references/xml/dubbo-reference.md  | 44 ---------------------
 docs/en-us/user/references/xml/dubbo-registry.md   | 44 ---------------------
 docs/en-us/user/references/xml/dubbo-service.md    | 44 ---------------------
 .../zh-cn/user/references/xml/dubbo-application.md | 46 +---------------------
 docs/zh-cn/user/references/xml/dubbo-argument.md   | 44 ---------------------
 .../user/references/xml/dubbo-config-center.md     | 46 +---------------------
 docs/zh-cn/user/references/xml/dubbo-consumer.md   | 46 +---------------------
 docs/zh-cn/user/references/xml/dubbo-method.md     | 44 ---------------------
 docs/zh-cn/user/references/xml/dubbo-module.md     | 44 ---------------------
 docs/zh-cn/user/references/xml/dubbo-monitor.md    | 44 ---------------------
 docs/zh-cn/user/references/xml/dubbo-parameter.md  | 44 ---------------------
 docs/zh-cn/user/references/xml/dubbo-protocol.md   | 44 ---------------------
 docs/zh-cn/user/references/xml/dubbo-provider.md   | 44 ---------------------
 docs/zh-cn/user/references/xml/dubbo-reference.md  | 44 ---------------------
 docs/zh-cn/user/references/xml/dubbo-registry.md   | 44 ---------------------
 docs/zh-cn/user/references/xml/dubbo-service.md    | 44 ---------------------
 25 files changed, 6 insertions(+), 1107 deletions(-)

diff --git a/docs/en-us/user/references/xml/dubbo-application.md 
b/docs/en-us/user/references/xml/dubbo-application.md
index 980c19d..f53e088 100644
--- a/docs/en-us/user/references/xml/dubbo-application.md
+++ b/docs/en-us/user/references/xml/dubbo-application.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:application
 
 Application configuration. The corresponding class: 
`org.apache.dubbo.config.ApplicationConfig`
@@ -55,4 +11,4 @@ Application configuration. The corresponding class: 
`org.apache.dubbo.config.App
 | architecture <br class="atl-forced-newline" /> | architecture <br 
class="atl-forced-newline" /> | string | N | | service governance | The 
architecture of service layering. Like intl,china and so on. Different 
architecture use different layer | above 2.0.7 |
 | environment | environment | string | N | | service governance | Application 
environment. Like develop,test,product. Work as the limit condition of 
developing new function| above 2.0.0 |
 | compiler | compiler | string | N | javassist | performance optimization | 
Java class compile.It is used for the generating of dynamic class. The options 
are JDK and javassist | above 2.1.0 |
-| logger | logger | string | N | slf4j | performance optimization | The format 
of log output,The options are slf4j,jcl,log4j,log4j2 and jdk | above 2.2.0 |
\ No newline at end of file
+| logger | logger | string | N | slf4j | performance optimization | The format 
of log output,The options are slf4j,jcl,log4j,log4j2 and jdk | above 2.2.0 |
diff --git a/docs/en-us/user/references/xml/dubbo-argument.md 
b/docs/en-us/user/references/xml/dubbo-argument.md
index 222cba2..8151dff 100644
--- a/docs/en-us/user/references/xml/dubbo-argument.md
+++ b/docs/en-us/user/references/xml/dubbo-argument.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:argument
 
 Method argument configuration. The corresponding 
class:`org.apache.dubbo.config.ArgumentConfig`. This tag is child of 
`<dubbo:method>`, which is for feature description of method argument, such as:
@@ -55,4 +11,4 @@ Method argument configuration. The corresponding 
class:`org.apache.dubbo.confi
 | --- | --- | ---- | --- | --- | --- | --- | --- |
 | index | | int | <b>Y</b> | | identification | method name | above 2.0.6 |
 | type | | String | Index and type choose one | | identification | Find index 
of argument by it | above 2.0.6 |
-| callback | &lt;metodName&gt;&lt;index&gt;.retries | boolean | N | | service 
governance | Mark whether this argument is a callback service. If true, 
provider will generate reverse proxy,which can invoke consumer in turn. 
Generally for event pushing | above 2.0.6 |
\ No newline at end of file
+| callback | &lt;metodName&gt;&lt;index&gt;.retries | boolean | N | | service 
governance | Mark whether this argument is a callback service. If true, 
provider will generate reverse proxy,which can invoke consumer in turn. 
Generally for event pushing | above 2.0.6 |
diff --git a/docs/en-us/user/references/xml/dubbo-consumer.md 
b/docs/en-us/user/references/xml/dubbo-consumer.md
index e223ed5..d8d95af 100644
--- a/docs/en-us/user/references/xml/dubbo-consumer.md
+++ b/docs/en-us/user/references/xml/dubbo-consumer.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:consumer
 
 Consumer default configuration. The corresponding clas: 
`org.apache.dubbo.config.ConsumerConfig`. It is also default configuration of 
`<dubbo:reference>`.
@@ -65,4 +21,4 @@ Consumer default configuration. The corresponding clas: 
`org.apache.dubbo.conf
 | layer | layer | string | N | | service governance | The layer of consumer. 
Such as: biz, dao, intl:web, china:acton | above 2.0.7 |
 | init | init | boolean | N | false | performance optimization | If true, 
initialize when "afterPropertiesSet()" is invoked. Otherwise wait until the 
instance is referenced to initialize  | above 2.0.10 |
 | cache | cache | string/boolean | N | | service governance | Cache return 
result, and key is call parameters. Choices: lru, threadlocal, jcache and so on 
| at least 2.1.0 |
-| validation | validation | boolean | N | | service governance | Whether 
enable JSR303 standard annotation validation| at least 2.1.0 |
\ No newline at end of file
+| validation | validation | boolean | N | | service governance | Whether 
enable JSR303 standard annotation validation| at least 2.1.0 |
diff --git a/docs/en-us/user/references/xml/dubbo-method.md 
b/docs/en-us/user/references/xml/dubbo-method.md
index 9b2ec50..15eeeb2 100644
--- a/docs/en-us/user/references/xml/dubbo-method.md
+++ b/docs/en-us/user/references/xml/dubbo-method.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:method
 
 Method level configuration. The corresponding class: 
`org.apache.dubbo.config.MethodConfig`. This tag is a child tag of 
`<dubbo:service>` or `<dubbo:reference>`, for accuracy to method level.
diff --git a/docs/en-us/user/references/xml/dubbo-module.md 
b/docs/en-us/user/references/xml/dubbo-module.md
index 21e6e5a..eab80d5 100644
--- a/docs/en-us/user/references/xml/dubbo-module.md
+++ b/docs/en-us/user/references/xml/dubbo-module.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:module
 
 Module configuration. The corresponding class 
`org.apache.dubbo.config.ModuleConfig`
diff --git a/docs/en-us/user/references/xml/dubbo-monitor.md 
b/docs/en-us/user/references/xml/dubbo-monitor.md
index abafd9b..84334ee 100644
--- a/docs/en-us/user/references/xml/dubbo-monitor.md
+++ b/docs/en-us/user/references/xml/dubbo-monitor.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:monitor
 
 Monitor center configuration. The corresponding class: 
`org.apache.dubbo.config.MonitorConfig`
diff --git a/docs/en-us/user/references/xml/dubbo-parameter.md 
b/docs/en-us/user/references/xml/dubbo-parameter.md
index ba27700..8b16598 100644
--- a/docs/en-us/user/references/xml/dubbo-parameter.md
+++ b/docs/en-us/user/references/xml/dubbo-parameter.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:parameter
 
 Optional parameter configuration. The corresponding class is `java.util.Map`. 
This tag is used as a sub tag to configure custom parameters for extending 
`<dubbo:protocol>`, `<dubbo:service>`, `<dubbo:provider>`, `<dubbo:reference>` 
or `<dubbo:consumer>`.
@@ -64,4 +20,3 @@ you can also use it like this:
 ```xml
 <dubbo:protocol name="jms" p:queue="xxx" />
 ```
-
diff --git a/docs/en-us/user/references/xml/dubbo-protocol.md 
b/docs/en-us/user/references/xml/dubbo-protocol.md
index fbbb6dd..d867119 100644
--- a/docs/en-us/user/references/xml/dubbo-protocol.md
+++ b/docs/en-us/user/references/xml/dubbo-protocol.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:protocol
 
 Service provider protocol configuration. The corresponding class is 
`org.apache.dubbo.config.ProtocolConfig`. If you need to support multiple 
protocols, you could declare multiple `<dubbo:protocol>` tags, and specify the 
protocol via `protocol` property.
diff --git a/docs/en-us/user/references/xml/dubbo-provider.md 
b/docs/en-us/user/references/xml/dubbo-provider.md
index 22e0ebe..0a28054 100644
--- a/docs/en-us/user/references/xml/dubbo-provider.md
+++ b/docs/en-us/user/references/xml/dubbo-provider.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:provider
 
 The default configuration of service provider. The corresponding class is 
`org.apache.dubbo.config.ProviderConfig`. This tag provider default values for 
`<dubbo:service>` and `<dubbo:protocol>`.
diff --git a/docs/en-us/user/references/xml/dubbo-reference.md 
b/docs/en-us/user/references/xml/dubbo-reference.md
index 506d220..85bb55a 100644
--- a/docs/en-us/user/references/xml/dubbo-reference.md
+++ b/docs/en-us/user/references/xml/dubbo-reference.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:reference
 
 The configuration of service consumer. The corresponding class 
is`org.apache.dubbo.config.ReferenceConfig`
diff --git a/docs/en-us/user/references/xml/dubbo-registry.md 
b/docs/en-us/user/references/xml/dubbo-registry.md
index 1606ea3..70c0463 100644
--- a/docs/en-us/user/references/xml/dubbo-registry.md
+++ b/docs/en-us/user/references/xml/dubbo-registry.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:registry
 
 The configuration of the registry center. The corresponding class is 
`org.apache.dubbo.config.RegistryConfig`. If you have multiple different 
registries, you can declare multiple `<dubbo:registry>` tags, and then 
reference specified registry with `registry` property in `<dubbo:service>` or 
`<dubbo:reference>` tag.
diff --git a/docs/en-us/user/references/xml/dubbo-service.md 
b/docs/en-us/user/references/xml/dubbo-service.md
index a559d10..0fae204 100644
--- a/docs/en-us/user/references/xml/dubbo-service.md
+++ b/docs/en-us/user/references/xml/dubbo-service.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:service
 
 The configuration of the service provider. The corresponding class is 
`org.apache.dubbo.config.ServiceConfig`.
diff --git a/docs/zh-cn/user/references/xml/dubbo-application.md 
b/docs/zh-cn/user/references/xml/dubbo-application.md
index 71901ae..d46764e 100644
--- a/docs/zh-cn/user/references/xml/dubbo-application.md
+++ b/docs/zh-cn/user/references/xml/dubbo-application.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:application
 
 应用信息配置。对应的配置类:`org.apache.dubbo.config.ApplicationConfig`
@@ -55,4 +11,4 @@ table tr:hover {
 | architecture <br class="atl-forced-newline" /> | architecture <br 
class="atl-forced-newline" /> | string | 可选 | | 服务治理 | 
用于服务分层对应的架构。如,intl、china。不同的架构使用不同的分层。 | 2.0.7以上版本 |
 | environment | environment | string | 可选 | | 服务治理 | 
应用环境,如:develop/test/product,不同环境使用不同的缺省值,以及作为只用于开发测试功能的限制条件 | 2.0.0以上版本 |
 | compiler | compiler | string | 可选 | javassist | 性能优化 | 
Java字节码编译器,用于动态类的生成,可选:jdk或javassist | 2.1.0以上版本 |
-| logger | logger | string | 可选 | slf4j | 性能优化 | 
日志输出方式,可选:slf4j,jcl,log4j,log4j2,jdk | 2.2.0以上版本 | 
\ No newline at end of file
+| logger | logger | string | 可选 | slf4j | 性能优化 | 
日志输出方式,可选:slf4j,jcl,log4j,log4j2,jdk | 2.2.0以上版本 | 
diff --git a/docs/zh-cn/user/references/xml/dubbo-argument.md 
b/docs/zh-cn/user/references/xml/dubbo-argument.md
index fa33d53..ceaf0e0 100644
--- a/docs/zh-cn/user/references/xml/dubbo-argument.md
+++ b/docs/zh-cn/user/references/xml/dubbo-argument.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:argument
 
 方法参数配置。对应的配置类: `org.apache.dubbo.config.ArgumentConfig`。该标签为 `<dubbo:method>` 
的子标签,用于方法参数的特征描述,比如: 
diff --git a/docs/zh-cn/user/references/xml/dubbo-config-center.md 
b/docs/zh-cn/user/references/xml/dubbo-config-center.md
index cc31996..e48c79c 100644
--- a/docs/zh-cn/user/references/xml/dubbo-config-center.md
+++ b/docs/zh-cn/user/references/xml/dubbo-config-center.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:config-center
 
 配置中心。对应的配置类:`org.apache.dubbo.config.ConfigCenterConfig`
@@ -60,4 +16,4 @@ table tr:hover {
 | username         |                        | string              |          | 
                 | 如果配置中心需要做校验,用户名<br />Apollo暂未启用           | 2.7.0+ |
 | password         |                        | string              |          | 
                 | 如果配置中心需要做校验,密码<br />Apollo暂未启用             | 2.7.0+ |
 | parameters       |                        | Map<string, string> |          | 
                 | 扩展参数,用来支持不同配置中心的定制化配置参数               | 2.7.0+ |
-| include-spring-env |                        | boolean             | 可选     | 
false            | 使用Spring框架时支持,为true时,会自动从Spring Environment中读取配置。<br 
/>默认依次读取<br />key为dubbo.properties的配置<br />key为dubbo.properties的PropertySource 
| 2.7.0+ |
\ No newline at end of file
+| include-spring-env |                        | boolean             | 可选     | 
false            | 使用Spring框架时支持,为true时,会自动从Spring Environment中读取配置。<br 
/>默认依次读取<br />key为dubbo.properties的配置<br />key为dubbo.properties的PropertySource 
| 2.7.0+ |
diff --git a/docs/zh-cn/user/references/xml/dubbo-consumer.md 
b/docs/zh-cn/user/references/xml/dubbo-consumer.md
index 3955964..a668bc2 100644
--- a/docs/zh-cn/user/references/xml/dubbo-consumer.md
+++ b/docs/zh-cn/user/references/xml/dubbo-consumer.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:consumer
 
 服务消费者缺省值配置。配置类: `org.apache.dubbo.config.ConsumerConfig` 。同时该标签为 
`<dubbo:reference>` 标签的缺省值设置。
@@ -65,4 +21,4 @@ table tr:hover {
 | layer | layer | string | 可选 | | 服务治理 | 
服务调用者所在的分层。如:biz、dao、intl:web、china:acton。 | 2.0.7以上版本 |
 | init | init | boolean | 可选 | false | 性能调优 | 
是否在afterPropertiesSet()时饥饿初始化引用,否则等到有人注入或引用该实例时再初始化。 | 2.0.10以上版本 |
 | cache | cache | string/boolean | 可选 | | 服务治理 | 以调用参数为key,缓存返回结果,可选:lru, 
threadlocal, jcache等 | Dubbo2.1.0及其以上版本支持 |
-| validation | validation | boolean | 可选 | | 服务治理 | 
是否启用JSR303标准注解验证,如果启用,将对方法参数上的注解进行校验 | Dubbo2.1.0及其以上版本支持 |
\ No newline at end of file
+| validation | validation | boolean | 可选 | | 服务治理 | 
是否启用JSR303标准注解验证,如果启用,将对方法参数上的注解进行校验 | Dubbo2.1.0及其以上版本支持 |
diff --git a/docs/zh-cn/user/references/xml/dubbo-method.md 
b/docs/zh-cn/user/references/xml/dubbo-method.md
index 4f29d02..82bfdfc 100644
--- a/docs/zh-cn/user/references/xml/dubbo-method.md
+++ b/docs/zh-cn/user/references/xml/dubbo-method.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:method
 
 方法级配置。对应的配置类: `org.apache.dubbo.config.MethodConfig`。同时该标签为 `<dubbo:service>` 
或 `<dubbo:reference>` 的子标签,用于控制到方法级。
diff --git a/docs/zh-cn/user/references/xml/dubbo-module.md 
b/docs/zh-cn/user/references/xml/dubbo-module.md
index a6bd146..b93bf6b 100644
--- a/docs/zh-cn/user/references/xml/dubbo-module.md
+++ b/docs/zh-cn/user/references/xml/dubbo-module.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:module
 
 模块信息配置。对应的配置类 `org.apache.dubbo.config.ModuleConfig`
diff --git a/docs/zh-cn/user/references/xml/dubbo-monitor.md 
b/docs/zh-cn/user/references/xml/dubbo-monitor.md
index 84f928e..9511776 100644
--- a/docs/zh-cn/user/references/xml/dubbo-monitor.md
+++ b/docs/zh-cn/user/references/xml/dubbo-monitor.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:monitor
 
 监控中心配置。对应的配置类: `org.apache.dubbo.config.MonitorConfig`
diff --git a/docs/zh-cn/user/references/xml/dubbo-parameter.md 
b/docs/zh-cn/user/references/xml/dubbo-parameter.md
index 673c4e0..57177fc 100644
--- a/docs/zh-cn/user/references/xml/dubbo-parameter.md
+++ b/docs/zh-cn/user/references/xml/dubbo-parameter.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:parameter
 
 
选项参数配置。对应的配置类:`java.util.Map`。同时该标签为`<dubbo:protocol>`或`<dubbo:service>`或`<dubbo:provider>`或`<dubbo:reference>`或`<dubbo:consumer>`的子标签,用于配置自定义参数,该配置项将作为扩展点设置自定义参数使用。
diff --git a/docs/zh-cn/user/references/xml/dubbo-protocol.md 
b/docs/zh-cn/user/references/xml/dubbo-protocol.md
index fe792eb..2caf417 100644
--- a/docs/zh-cn/user/references/xml/dubbo-protocol.md
+++ b/docs/zh-cn/user/references/xml/dubbo-protocol.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:protocol
 
 服务提供者协议配置。对应的配置类: `org.apache.dubbo.config.ProtocolConfig`。同时,如果需要支持多协议,可以声明多个 
`<dubbo:protocol>` 标签,并在 `<dubbo:service>` 中通过 `protocol` 属性指定使用的协议。
diff --git a/docs/zh-cn/user/references/xml/dubbo-provider.md 
b/docs/zh-cn/user/references/xml/dubbo-provider.md
index e96bf33..12254e8 100644
--- a/docs/zh-cn/user/references/xml/dubbo-provider.md
+++ b/docs/zh-cn/user/references/xml/dubbo-provider.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:provider
 
 服务提供者缺省值配置。对应的配置类: `org.apache.dubbo.config.ProviderConfig`。同时该标签为 
`<dubbo:service>` 和 `<dubbo:protocol>` 标签的缺省值设置。
diff --git a/docs/zh-cn/user/references/xml/dubbo-reference.md 
b/docs/zh-cn/user/references/xml/dubbo-reference.md
index 8f90049..cefbef9 100644
--- a/docs/zh-cn/user/references/xml/dubbo-reference.md
+++ b/docs/zh-cn/user/references/xml/dubbo-reference.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:reference
 
 服务消费者引用服务配置。对应的配置类: `org.apache.dubbo.config.ReferenceConfig`
diff --git a/docs/zh-cn/user/references/xml/dubbo-registry.md 
b/docs/zh-cn/user/references/xml/dubbo-registry.md
index 7fba0e4..ea53975 100644
--- a/docs/zh-cn/user/references/xml/dubbo-registry.md
+++ b/docs/zh-cn/user/references/xml/dubbo-registry.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:registry
 
 注册中心配置。对应的配置类: `org.apache.dubbo.config.RegistryConfig`。同时如果有多个不同的注册中心,可以声明多个 
`<dubbo:registry>` 标签,并在 `<dubbo:service>` 或 `<dubbo:reference>` 的 `registry` 
属性指定使用的注册中心。
diff --git a/docs/zh-cn/user/references/xml/dubbo-service.md 
b/docs/zh-cn/user/references/xml/dubbo-service.md
index 898bf66..38222bd 100644
--- a/docs/zh-cn/user/references/xml/dubbo-service.md
+++ b/docs/zh-cn/user/references/xml/dubbo-service.md
@@ -1,47 +1,3 @@
-<style>
-table {
-  width: 100%;
-  max-width: 65em;
-  border: 1px solid #dedede;
-  margin: 15px auto;
-  border-collapse: collapse;
-  empty-cells: show;
-}
-table th,
-table td {
-  height: 35px;
-  border: 1px solid #dedede;
-  padding: 0 10px;
-}
-table th {
-  font-weight: bold;
-  text-align: center !important;
-  background: rgba(158,188,226,0.2);
-  white-space: nowrap;
-}
-table tbody tr:nth-child(2n) {
-  background: rgba(158,188,226,0.12);
-}
-table td:nth-child(1) {
-  white-space: nowrap;
-}
-table tr:hover {
-  background: #efefef;
-}
-.table-area {
-  overflow: auto;
-}
-</style>
-
-<script type="text/javascript">
-[].slice.call(document.querySelectorAll('table')).forEach(function(el){
-    var wrapper = document.createElement('div');
-    wrapper.className = 'table-area';
-    el.parentNode.insertBefore(wrapper, el);
-    el.parentNode.removeChild(el);
-    wrapper.appendChild(el);
-})
-</script>
 # dubbo:service
 
 服务提供者暴露服务配置。对应的配置类:`org.apache.dubbo.config.ServiceConfig`

Reply via email to