docs: fix badges and tables not showing in code tabs (#12261)

This commit is contained in:
Shahed Nasser
2025-04-23 09:59:08 +03:00
committed by GitHub
parent dcb4788af9
commit 39523ba798
5 changed files with 53 additions and 42 deletions
@@ -306,7 +306,7 @@ Make sure to replace `~/path/to/medusa-app` with the path to your Medusa applica
Then, if your project was created before v2.3.1 of Medusa, make sure to install `yalc` as a development dependency:
```bash npm2yarn title="Medusa application"
```bash npm2yarn badgeLabel="Medusa Application" badgeColor="green"
npm install --save-dev yalc
```
@@ -387,7 +387,7 @@ This command will:
You can start your Medusa application's development server to test out your plugin:
```bash npm2yarn title="Medusa application"
```bash npm2yarn badgeLabel="Medusa Application" badgeColor="green"
npm run dev
```