From 1cd4db8ddf5792c01150f6a1ae080259ddbb1cf1 Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Thu, 12 Feb 2026 21:12:24 +0800 Subject: [PATCH] docs: fix Markdown formatting in /configure Fixes https://github.com/benoitc/gunicorn/issues/3498. Signed-off-by: Eng Zer Jun --- docs/content/configure.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/content/configure.md b/docs/content/configure.md index 1698fba5..529fb655 100644 --- a/docs/content/configure.md +++ b/docs/content/configure.md @@ -15,18 +15,17 @@ only the file specified on the command line is used. !!! note Print the fully resolved configuration: -bash -gunicorn --print-config APP_MODULE -``` + ```bash + gunicorn --print-config APP_MODULE + ``` -Validate configuration and exit: + Validate configuration and exit: -```bash -gunicorn --check-config APP_MODULE -``` + ```bash + gunicorn --check-config APP_MODULE + ``` -This is also a quick way to confirm that your application can start. -``` + This is also a quick way to confirm that your application can start. ## Command line