diff --git a/docs/usage/key-concepts/scheduling.md b/docs/usage/key-concepts/scheduling.md
index f45178bdf03a02861a62bc70e0245713e59afc15..579b76a3064b6ce1d4b5459e1630784cebe5a68a 100644
--- a/docs/usage/key-concepts/scheduling.md
+++ b/docs/usage/key-concepts/scheduling.md
@@ -76,8 +76,10 @@ before 5:00am
 on friday and saturday
 ```
 
-**Warning:** Renovate does not support scheduled minutes or "at an exact time" granularity.
-Granularity must be at least one hour.
+<!-- prettier-ignore -->
+!!! warning
+    Renovate does not support scheduled minutes or "at an exact time" granularity.
+    Granularity must be at least one hour.
 
 Renovate uses the [@breejs/later](https://github.com/breejs/later) library to parse the text, so Renovate is limited to that library's syntax support.
 Read the parser documentation at [breejs.github.io/later/parsers.html#text](https://breejs.github.io/later/parsers.html#text) for more details.