diff --git a/docs/configuration/advanced-configuration.md b/docs/configuration/advanced-configuration.md
index 8e47554dcad37e72590f9aacea7d53a18014bc50..15444ca5682c3f5fad81fb4bf6d9f2b0f346f7bc 100644
--- a/docs/configuration/advanced-configuration.md
+++ b/docs/configuration/advanced-configuration.md
@@ -299,12 +299,12 @@ This will use `/path/to/bind/from/host` of the CI host inside the container at
 ### Using a private container registry
 
 > **Notes:**
-- This feature requires GitLab Runner **1.8** or higher
-- For GitLab Runner versions **>= 0.6, <1.8** there was a partial
+>- This feature requires GitLab Runner **1.8** or higher
+>- For GitLab Runner versions **>= 0.6, <1.8** there was a partial
   support for using private registries, which required manual configuration
   of credentials on runner's host. We recommend to upgrade your Runner to
   at least version **1.8** if you want to use private registries.
-- Using private registries with the `if-not-present` pull policy may introduce
+>- Using private registries with the `if-not-present` pull policy may introduce
   [security implications][secpull]. To fully understand how pull policies work,
   read the [pull policies documentation](../executors/docker.md#how-pull-policies-work).