put environmental variable in inline code (#36100) (#36123)

this puts the code in question in the same style as the other environmental variables on the page

(cherry picked from commit 6b0c75cfd6)

Co-authored-by: Matt Abrams <37156449+zuchka@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-06-24 13:58:49 -04:00
committed by GitHub
co-authored by Matt Abrams
parent d2a59bd78d
commit 60074192e9
+1 -1
View File
@@ -1387,7 +1387,7 @@ Basic auth password.
### public_url
Optional URL to send to users in notifications. If the string contains the sequence \${file}, it is replaced with the uploaded filename. Otherwise, the file name is appended to the path part of the URL, leaving any query string unchanged.
Optional URL to send to users in notifications. If the string contains the sequence `${file}`, it is replaced with the uploaded filename. Otherwise, the file name is appended to the path part of the URL, leaving any query string unchanged.
<hr>