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

jiabaosun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new ef9491b78 [minor][cdc][docs] Optimize markdown styles in quickstart doc
ef9491b78 is described below

commit ef9491b78ca5f90201f29be65e5a0fd0ed3a50de
Author: xleoken <[email protected]>
AuthorDate: Thu Apr 18 09:18:31 2024 +0800

    [minor][cdc][docs] Optimize markdown styles in quickstart doc
---
 docs/content/docs/get-started/quickstart/mysql-to-doris.md     | 6 +++---
 docs/content/docs/get-started/quickstart/mysql-to-starrocks.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/content/docs/get-started/quickstart/mysql-to-doris.md 
b/docs/content/docs/get-started/quickstart/mysql-to-doris.md
index 852532247..0aa080b2f 100644
--- a/docs/content/docs/get-started/quickstart/mysql-to-doris.md
+++ b/docs/content/docs/get-started/quickstart/mysql-to-doris.md
@@ -247,9 +247,9 @@ We can find that tables are created and inserted through 
Doris Web UI.
 ### Synchronize Schema and Data changes
 Enter MySQL container
 
-    ```shell
-    docker-compose exec mysql mysql -uroot -p123456
-    ```
+ ```shell
+ docker-compose exec mysql mysql -uroot -p123456
+ ```
 
 Then, modify schema and record in MySQL, and the tables of Doris will change 
the same in real time:
 1. insert one record in `orders` from MySQL:   
diff --git a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md 
b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md
index d9ac1718e..4f8393b67 100644
--- a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md
+++ b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md
@@ -215,9 +215,9 @@ Connect to jdbc through database connection tools such as 
Dbeaver using `mysql:/
 ### Synchronize Schema and Data changes
 Enter MySQL container
 
-    ```shell
-    docker-compose exec mysql mysql -uroot -p123456
-    ```
+ ```shell
+ docker-compose exec mysql mysql -uroot -p123456
+ ```
 
 Then, modify schema and record in MySQL, and the tables of StarRocks will 
change the same in real time:
 1. insert one record in `orders` from MySQL:

Reply via email to