diff --git a/object-storage/rclone.md b/object-storage/rclone.md
index d634d1285fb404eccd20a6c0aee9491f725b2d53..26fbf9e0358f90f2d1637533a02b9c07764f1411 100644
--- a/object-storage/rclone.md
+++ b/object-storage/rclone.md
@@ -9,7 +9,8 @@ This guide serves for rclone tool configuration. Rclone is the swiss knife for c
 ## Downloading and installation of rclone tool
 Firstly you need to download and unzip the desired [rclone](https://rclone.org/downloads/) version according to the system you operate.
 
-> :warning: **We strongly recommend** to use up-to-date versions of rclone tool available at [rclone websites](https://rclone.org/downloads/). Using rclone version from system repositories can cause some errors due to the outdated rclone version. In case of a manual installation into the user profile, see below, you can use for an update following command:
+!!! warning
+    **We strongly recommend** to use up-to-date versions of rclone tool available at [rclone websites](https://rclone.org/downloads/). Using rclone version from system repositories can cause some errors due to the outdated rclone version. In case of a manual installation into the user profile, see below, you can use for an update following command:
 **```rclone selfupdate```**
 
 ----