Skip to content

Commit

Permalink
markdown formatting
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b361ce)
  • Loading branch information
davidism committed Jan 5, 2025
1 parent f2674c5 commit 5b525e9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 5b525e9

Please sign in to comment.