|
1 | 1 | [Python-Markdown][]
|
2 | 2 | ===================
|
3 | 3 |
|
4 |
| -[](https://travis-ci.org/Python-Markdown/markdown) |
5 |
| -[](https://codecov.io/gh/Python-Markdown/markdown) |
6 |
| -[](http://pypi.python.org/pypi/Markdown) |
7 |
| -[](http://pypi.python.org/pypi/Markdown) |
8 |
| -[](http://opensource.org/licenses/BSD-3-Clause) |
9 |
| -[][Code of Conduct] |
10 |
| - |
11 |
| -This is a Python implementation of John Gruber's [Markdown][]. |
| 4 | +[![Build Status][travis-button]][travis] |
| 5 | +[![Coverage Status][codecov-button]][codecov] |
| 6 | +[![Latest Version][mdversion-button]][md-pypi] |
| 7 | +[![Python Versions][pyversion-button]][md-pypi] |
| 8 | +[![BSD License][bsdlicense-button]][bsdlicense] |
| 9 | +[![Code of Conduct][codeofconduct-button]][Code of Conduct] |
| 10 | + |
| 11 | +[travis-button]: http://img.shields.io/travis/Python-Markdown/markdown.svg |
| 12 | +[travis]: https://travis-ci.org/Python-Markdown/markdown |
| 13 | +[codecov-button]: https://codecov.io/gh/Python-Markdown/markdown/branch/master/graph/badge.svg |
| 14 | +[codecov]: https://codecov.io/gh/Python-Markdown/markdown |
| 15 | +[mdversion-button]: http://img.shields.io/pypi/v/Markdown.svg |
| 16 | +[md-pypi]: http://pypi.python.org/pypi/Markdown |
| 17 | +[pyversion-button]: http://img.shields.io/pypi/pyversions/Markdown.svg |
| 18 | +[bsdlicense-button]: http://img.shields.io/badge/license-BSD-yellow.svg |
| 19 | +[bsdlicense]: http://opensource.org/licenses/BSD-3-Clause |
| 20 | +[codeofconduct-button]: https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square |
| 21 | +[Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md |
| 22 | + |
| 23 | +This is a Python implementation of John Gruber's [Markdown][]. |
12 | 24 | It is almost completely compliant with the reference implementation,
|
13 |
| -though there are a few known issues. See [Features][] for information |
14 |
| -on what exactly is supported and what is not. Additional features are |
| 25 | +though there are a few known issues. See [Features][] for information |
| 26 | +on what exactly is supported and what is not. Additional features are |
15 | 27 | supported by the [Available Extensions][].
|
16 | 28 |
|
17 |
| -[Python-Markdown]: https://pythonhosted.org/Markdown/ |
| 29 | +[Python-Markdown]: https://Python-Markdown.github.io/ |
18 | 30 | [Markdown]: http://daringfireball.net/projects/markdown/
|
19 |
| -[Features]: https://pythonhosted.org/Markdown/index.html#Features |
20 |
| -[Available Extensions]: https://pythonhosted.org/Markdown/extensions/index.html |
21 |
| - |
| 31 | +[Features]: https://Python-Markdown.github.io#Features |
| 32 | +[Available Extensions]: https://Python-Markdown.github.io/extensions |
22 | 33 |
|
23 | 34 | Documentation
|
24 | 35 | -------------
|
25 | 36 |
|
26 | 37 | Installation and usage documentation is available in the `docs/` directory
|
27 |
| -of the distribution and on the project website at |
28 |
| -<https://pythonhosted.org/Markdown/>. |
| 38 | +of the distribution and on the project website at |
| 39 | +<https://Python-Markdown.github.io/>. |
29 | 40 |
|
30 |
| -See the change log at <https://pythonhosted.org/Markdown/change_log.html>. |
| 41 | +See the change log at <https://Python-Markdown.github.io/change_log>. |
31 | 42 |
|
32 | 43 | Support
|
33 | 44 | -------
|
34 | 45 |
|
35 |
| -You may ask for help and discuss various other issues on the [mailing list][] and report bugs on the [bug tracker][]. |
| 46 | +You may ask for help and discuss various other issues on the [mailing list][] |
| 47 | +and report bugs on the [bug tracker][]. |
36 | 48 |
|
37 | 49 | [mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
|
38 |
| -[bug tracker]: http://github.com/Python-Markdown/markdown/issues |
| 50 | +[bug tracker]: http://github.com/Python-Markdown/markdown/issues |
39 | 51 |
|
40 | 52 | Code of Conduct
|
41 | 53 | ---------------
|
42 | 54 |
|
43 |
| -Everyone interacting in the Python-Markdown project's codebases, issue trackers, and mailing lists is expected to follow the [Code of Conduct]. |
44 |
| - |
45 |
| -[Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md |
| 55 | +Everyone interacting in the Python-Markdown project's codebases, issue trackers, |
| 56 | +and mailing lists is expected to follow the [Code of Conduct]. |
0 commit comments