Skip to content

Commit 5b525e9

Browse files
committed
markdown formatting
(cherry picked from commit 6b361ce)
1 parent f2674c5 commit 5b525e9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Flask
22

3-
Flask is a lightweight [WSGI][] web application framework. It is designed
3+
Flask is a lightweight [WSGI] web application framework. It is designed
44
to make getting started quick and easy, with the ability to scale up to
5-
complex applications. It began as a simple wrapper around [Werkzeug][]
6-
and [Jinja][], and has become one of the most popular Python web
5+
complex applications. It began as a simple wrapper around [Werkzeug]
6+
and [Jinja], and has become one of the most popular Python web
77
application frameworks.
88

99
Flask offers suggestions, but doesn't enforce any dependencies or
@@ -15,7 +15,6 @@ community that make adding new functionality easy.
1515
[Werkzeug]: https://werkzeug.palletsprojects.com/
1616
[Jinja]: https://jinja.palletsprojects.com/
1717

18-
1918
## A Simple Example
2019

2120
```python
@@ -34,12 +33,11 @@ $ flask run
3433
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
3534
```
3635

37-
3836
## Donate
3937

4038
The Pallets organization develops and supports Flask and the libraries
4139
it uses. In order to grow the community of contributors and users, and
4240
allow the maintainers to devote more time to the projects, [please
43-
donate today][].
41+
donate today].
4442

4543
[please donate today]: https://palletsprojects.com/donate

0 commit comments

Comments
 (0)