Skip to content

Commit 9cea985

Browse files
committed
Use admonitions instead of blockquotes
1 parent 8c2c500 commit 9cea985

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

website/docs/query-editor.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ Add any parameters you'd like to send as part of the query string. For example,
6969

7070
Both the **Key** and **Value** fields support [variables](https://grafana.com/docs/grafana/latest/variables/).
7171

72-
> **Note:** Any query parameters that have been set by the administrator in the data source configuration has higher priority and overrides the parameters set by the query.
72+
:::caution
73+
Any query parameters that have been set by the administrator in the data source configuration has higher priority and overrides the parameters set by the query.
74+
:::
7375

7476
### Headers
7577

@@ -87,7 +89,9 @@ Sets the text to send as a request body.
8789

8890
- **Syntax highlighting** sets the active syntax for the editor. This is only for visual purposes and doesn't change the actual request.
8991

90-
> **Note:** Due to limitations in modern browsers, Grafana ignores the request body if the HTTP method is set to GET.
92+
:::info
93+
Due to limitations in modern browsers, Grafana ignores the request body if the HTTP method is set to GET.
94+
:::
9195

9296
### Cache time
9397

0 commit comments

Comments
 (0)