|
1 |
| -[Python-Markdown][] |
2 |
| -=================== |
| 1 | +Python-Markdown |
| 2 | +=============== |
3 | 3 |
|
4 |
| -[](https://travis-ci.org/waylan/Python-Markdown) |
5 |
| -[](https://coveralls.io/r/waylan/Python-Markdown?branch=master) |
| 4 | +[](https://travis-ci.org/Python-Markdown/markdown) |
| 5 | +[](https://coveralls.io/r/Python-Markdown/markdown?branch=master) |
6 | 6 | [](https://pypi.python.org/pypi/Markdown#downloads)
|
7 | 7 | [](http://pypi.python.org/pypi/Markdown)
|
8 | 8 | [](http://opensource.org/licenses/BSD-3-Clause)
|
9 | 9 |
|
| 10 | +***WARNING:*** This is **alpha** software. This is the development repo for the upcoming version 3.0. |
| 11 | +For a stable version of Python-Markdown see the 2.x repo at [waylan/Python-Markdown]. |
| 12 | +If you are interested in what changes to expect in 3.0 you may want to checkout the [roadmap]. |
| 13 | +If you would like to help, pull requests are welcome. If you would like to discuss future features |
| 14 | +and/or changes, start a discussion on the [mailing list]. |
| 15 | + |
| 16 | +[waylan/Python-Markdown]: https://github.com/waylan/Python-Markdown |
| 17 | +[roadmap]: https://github.com/waylan/Python-Markdown/issues/391 |
| 18 | + |
10 | 19 | This is a Python implementation of John Gruber's [Markdown][].
|
11 | 20 | It is almost completely compliant with the reference implementation,
|
12 | 21 | though there are a few known issues. See [Features][] for information
|
13 | 22 | on what exactly is supported and what is not. Additional features are
|
14 | 23 | supported by the [Available Extensions][].
|
15 | 24 |
|
16 |
| -[Python-Markdown]: https://pythonhosted.org/Markdown/ |
17 | 25 | [Markdown]: http://daringfireball.net/projects/markdown/
|
18 | 26 | [Features]: https://pythonhosted.org/Markdown/index.html#Features
|
19 | 27 | [Available Extensions]: https://pythonhosted.org/Markdown/extensions/index.html
|
|
0 commit comments