This is an automated email from the ASF dual-hosted git repository.
jiabaosun 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 1751f7abf [minor][cdc][docs] Optimize markdown styles in quickstart doc
1751f7abf is described below
commit 1751f7abf11f5aad60ec86e2976b166c80d5e5c4
Author: xleoken <[email protected]>
AuthorDate: Thu Apr 18 09:23:29 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..27ec49b95 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..9c1cc3121 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: