markdown formatting

(cherry picked from commit 6b361ce06b)
This commit is contained in:
David Lord 2025-01-05 09:01:49 -08:00
parent f2674c5bb4
commit 5b525e9797
No known key found for this signature in database
GPG Key ID: 43368A7AA8CC5926
1 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# Flask # Flask
Flask is a lightweight [WSGI][] web application framework. It is designed Flask is a lightweight [WSGI] web application framework. It is designed
to make getting started quick and easy, with the ability to scale up to to make getting started quick and easy, with the ability to scale up to
complex applications. It began as a simple wrapper around [Werkzeug][] complex applications. It began as a simple wrapper around [Werkzeug]
and [Jinja][], and has become one of the most popular Python web and [Jinja], and has become one of the most popular Python web
application frameworks. application frameworks.
Flask offers suggestions, but doesn't enforce any dependencies or Flask offers suggestions, but doesn't enforce any dependencies or
@ -15,7 +15,6 @@ community that make adding new functionality easy.
[Werkzeug]: https://werkzeug.palletsprojects.com/ [Werkzeug]: https://werkzeug.palletsprojects.com/
[Jinja]: https://jinja.palletsprojects.com/ [Jinja]: https://jinja.palletsprojects.com/
## A Simple Example ## A Simple Example
```python ```python
@ -34,12 +33,11 @@ $ flask run
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
``` ```
## Donate ## Donate
The Pallets organization develops and supports Flask and the libraries The Pallets organization develops and supports Flask and the libraries
it uses. In order to grow the community of contributors and users, and it uses. In order to grow the community of contributors and users, and
allow the maintainers to devote more time to the projects, [please allow the maintainers to devote more time to the projects, [please
donate today][]. donate today].
[please donate today]: https://palletsprojects.com/donate [please donate today]: https://palletsprojects.com/donate