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
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
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

View File

@ -30,7 +30,8 @@ flowchart LR
id
```
> **Note** The id is what is displayed in the box.
> **Note**
> The id is what is displayed in the box.
### A node with text

View File

@ -21,7 +21,9 @@ flowchart LR
id
```
> **Note** The id is what is displayed in the box.
```note
The id is what is displayed in the box.
```
### A node with text