From: Hamid Rasti <43915620+hamidrasti@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:17:10 +0000 (+0330) Subject: 📝 Update includes for `docs/advanced/wsgi.md` (#12758) X-Git-Tag: 0.115.5~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a86d2bbf4f02d379f9ab0683b3402ddbb2d56fbd;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update includes for `docs/advanced/wsgi.md` (#12758) --- diff --git a/docs/en/docs/advanced/wsgi.md b/docs/en/docs/advanced/wsgi.md index 3974d491c3..296eb13647 100644 --- a/docs/en/docs/advanced/wsgi.md +++ b/docs/en/docs/advanced/wsgi.md @@ -12,9 +12,7 @@ Then wrap the WSGI (e.g. Flask) app with the middleware. And then mount that under a path. -```Python hl_lines="2-3 23" -{!../../docs_src/wsgi/tutorial001.py!} -``` +{* ../../docs_src/wsgi/tutorial001.py hl[2:3,3] *} ## Check it