diff --git a/website/docs/_posts/2017-10-05-configuration-options.md b/website/docs/_posts/2017-10-05-configuration-options.md
index 8918998520304468d9528e2af2f53e168b571400..60953db720301d8427a712dbb8db22ff093cfe2e 100644
--- a/website/docs/_posts/2017-10-05-configuration-options.md
+++ b/website/docs/_posts/2017-10-05-configuration-options.md
@@ -303,10 +303,11 @@ This works for both managers (e.g. npm, circleci, nvm, etc) as well as "parent"
 
 Example:
 
-````json
+```json
 {
   "enabledManagers": ["npm"]
 }
+```
 
 ## encrypted
 
@@ -408,7 +409,7 @@ By default, Renovate will "slugify" the groupName to determine the branch name.
 ```json
   "groupName": "eslint packages",
   "groupSlug": "eslint"
-````
+```
 
 And then the branchName would be `renovate/eslint` instead.