From 912464a07324edaa00e1c542363f38d444bc0fed Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:00:22 -0500 Subject: [PATCH] Docs: Update 8.4 What's New (#45547) * replace * with * Ran prettier check * Revert "Ran prettier check" This reverts commit 32be986af82b7da8c9896bf0e080fb858238ee3a. * Ran prettier check again. * Added backticks. --- docs/sources/whatsnew/whats-new-in-v8-4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/whatsnew/whats-new-in-v8-4.md b/docs/sources/whatsnew/whats-new-in-v8-4.md index 4a86ffcd536..c69391f9d90 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-4.md +++ b/docs/sources/whatsnew/whats-new-in-v8-4.md @@ -24,9 +24,9 @@ You can now share links to your playlists the same way as with dashboards, to ea {{< figure src="/static/img/docs/dashboards/share-playlists-8-4.png" max-width="1200px" caption="Share playlist" >}} -### $**interval and $**interval_ms in panel title +### `$**interval` and `$**interval_ms` in panel title -We’ve expanded the functionality of this existing and popular feature. You can now use $**interval and $**interval_ms in panel titles. This new function displays the interval that’s used in a specific panel without requiring edit mode. +We’ve expanded the functionality of this existing and popular feature. You can now use `$**interval` and `$**interval_ms` in panel titles. This new function displays the interval that’s used in a specific panel without requiring edit mode. {{< figure src="/static/img/docs/panels/interval-8-4.png" max-width="1200px" caption="Time intervals" >}}