Add highlight tag info in contributing.md

This commit is contained in:
Sidharth Vinod
2023-02-16 18:00:41 +05:30
parent 17238c0326
commit 4ed6ec1a4d
3 changed files with 27 additions and 2 deletions

View File

@@ -63,6 +63,28 @@ flowchart LR
```
You can use `note`, `tip`, `warning` and `danger` in triple backticks to add a note, tip, warning or danger box.
Do not use vitepress specific markdown syntax `::: warning` as it will not be processed correctly.
````
```note
Note content
```
```tip
Tip content
```
```warning
Warning content
```
```danger
Danger content
```
````
**_DO NOT CHANGE FILES IN `/docs`_**
### The official documentation site