chore: various markdown warnings resolved (#30657)

Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
Emad Rad
2025-03-04 23:15:49 +03:30
committed by GitHub
parent 807dcddc28
commit 2b53b1800e
20 changed files with 158 additions and 159 deletions

View File

@@ -22,7 +22,7 @@ page.
### 1. Get Superset
```bash
$ git clone https://github.com/apache/superset
git clone https://github.com/apache/superset
```
### 2. Start the latest official release of Superset
@@ -61,7 +61,7 @@ password: admin
Once you're done with Superset, you can stop and delete just like any other container environment:
```bash
$ docker compose down
docker compose down
```
:::tip