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

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


The following commit(s) were added to refs/heads/release-3.0 by this push:
     new 1351d7d37 [minor][cdc][docs] Optimize markdown formats in doris 
quickstart doc
1351d7d37 is described below

commit 1351d7d37ac8af577ad9c7a832269c6e8df0ee48
Author: Jiabao Sun <jiabao...@apache.org>
AuthorDate: Thu Jun 6 20:02:06 2024 +0800

    [minor][cdc][docs] Optimize markdown formats in doris quickstart doc
    
    This closes #3326.
---
 docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md 
b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
index 86adab6d6..b9935cb49 100644
--- a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
+++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
@@ -245,9 +245,9 @@ sink 添加 `table.create.properties.replication_num` 参数是由于 
Docker 镜
 ### 同步变更
 进入 MySQL 容器
 
-    ```shell
-    docker-compose exec mysql mysql -uroot -p123456
-    ```
+```shell
+ docker-compose exec mysql mysql -uroot -p123456
+```
 
 接下来,修改 MySQL 数据库中表的数据,Doris 中显示的订单数据也将实时更新:
 1. 在 MySQL 的 `orders` 表中插入一条数据 

Reply via email to