This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
[Python-Markdown][] |
| 2 |
=================== |
| 3 |
|
| 4 |
This is a Python implementation of John Gruber's [Markdown][]. |
| 5 |
It is almost completely compliant with the reference implementation, |
| 6 |
though there are a few known issues. See [Features][] for information |
| 7 |
on what exactly is supported and what is not. Additional features are |
| 8 |
supported by the [Available Extensions][]. |
| 9 |
|
| 10 |
[Python-Markdown]: http://freewisdom.org/projects/python-markdown |
| 11 |
[Markdown]: http://daringfireball.net/projects/markdown/ |
| 12 |
[Features]: http://www.freewisdom.org/projects/python-markdown/Features |
| 13 |
[Available Extensions]: http://www.freewisdom.org/projects/python-markdown/Available_Extensions |
| 14 |
|
| 15 |
|
| 16 |
Documentation |
| 17 |
------------- |
| 18 |
|
| 19 |
Installation and usage documentation is available in the `docs/` directory |
| 20 |
of the distribution and on the project website at |
| 21 |
<http://freewisdom.org/projects/python-markdown>. |
| 22 |
|
| 23 |
Support |
| 24 |
------- |
| 25 |
|
| 26 |
You may ask for help and discuss various other issues on the [mailing list][] and report bugs on the [bug tracker][]. |
| 27 |
|
| 28 |
[mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss |
| 29 |
[bug tracker]: http://github.com/waylan/Python-Markdown/issues |