Skip to content

Commit

Permalink
Update markdown.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JV-conseil committed Dec 24, 2024
1 parent 9d798b6 commit cbca36d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,36 @@ Review your VS Code settings in 👇
1. `~/GitHub/<owner>/<repo>/.vscode/settings.json`
2. `~/Library/Application Support/Code/User/settings.json`

## Note, Tip, Warning

> [!NOTE]
> Please note that...
```txt
> [!NOTE]
> Please note that...
```

> [!TIP]
> If you wish to...
```txt
> [!TIP]
> If you wish to...
```

> [!WARNING]
>
> 1. When using...
> 2. This step is crucial as it ensures your database is properly mounted and prevents any loss of data.
```txt
> [!WARNING]
>
> 1. When using...
> 2. This step is crucial as it ensures your database is properly mounted and prevents any loss of data.
```

## References 📚

1. [Markdown and Visual Studio Code](https://code.visualstudio.com/docs/languages/markdown "Markdown and Visual Studio Code") several Markdown-specific features that help you be more productive.
Expand Down

0 comments on commit cbca36d

Please sign in to comment.