markdown formatting

This commit is contained in:
David Lord 2025-01-05 09:01:49 -08:00
parent 6b054f8f38
commit 6b361ce06b
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926

View file

@ -1,9 +1,9 @@
# 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
complex applications. It began as a simple wrapper around [Werkzeug][]
and [Jinja][], and has become one of the most popular Python web
complex applications. It began as a simple wrapper around [Werkzeug]
and [Jinja], and has become one of the most popular Python web
application frameworks.
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/
[Jinja]: https://jinja.palletsprojects.com/
## A Simple Example
```python
@ -34,12 +33,11 @@ $ flask run
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
```
## Donate
The Pallets organization develops and supports Flask and the libraries
it uses. In order to grow the community of contributors and users, and
allow the maintainers to devote more time to the projects, [please
donate today][].
donate today].
[please donate today]: https://palletsprojects.com/donate