From 5b525e97970b1b9706b4415de79abfe33e5955fc Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 5 Jan 2025 09:01:49 -0800 Subject: [PATCH] markdown formatting (cherry picked from commit 6b361ce06b08454329286214072139228e8c2f33) --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df4d41cbd3..a8fcdeec52 100644 --- a/README.md +++ b/README.md @@ -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