Fix backstick not rendering.

This commit is contained in:
Abdur-Rahmaan Janhangeer 2022-11-27 13:51:09 +04:00 committed by GitHub
parent 618fdc8600
commit d951a763fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ Debug Mode
The :data:`DEBUG` config value is special because it may behave inconsistently if The :data:`DEBUG` config value is special because it may behave inconsistently if
changed after the app has begun setting up. In order to set debug mode reliably, use the changed after the app has begun setting up. In order to set debug mode reliably, use the
``--debug`` option on the ``flask`` command.``flask run`` will use the interactive ``--debug`` option on the ``flask`` command. ``flask run`` will use the interactive
debugger and reloader by default in debug mode. debugger and reloader by default in debug mode.
.. code-block:: text .. code-block:: text