diff --git a/Configuration.md b/Configuration.md
index f76c95c..7217feb 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -242,16 +242,15 @@ Whether or not to use Chrome/Chromium in `--headless` mode (no browser UI displa
**Possible Values:** [`True`]/`False`
Colorize console output. Defaults to `True` if stdin is a TTY (interactive session), otherwise `False` (e.g. if run in a script or piped into a file).
-
-
+
+
---
#### `SHOW_PROGRESS`
**Possible Values:** [`True`]/`False`
Show real-time progress bar in console output. Defaults to `True` if stdin is a TTY (interactive session), otherwise `False` (e.g. if run in a script or piped into a file).
-
-
+
---