README 1.1 KB

123456789101112131415161718192021222324252627282930
  1. [Python-Markdown][]
  2. ===================
  3. This is a Python implementation of John Gruber's [Markdown][].
  4. It is almost completely compliant with the reference implementation,
  5. though there are a few known issues. See [Features][] for information
  6. on what exactly is supported and what is not. Additional features are
  7. supported by the [Available Extensions][].
  8. [Python-Markdown]: http://freewisdom.org/projects/python-markdown
  9. [Markdown]: http://daringfireball.net/projects/markdown/
  10. [Features]: http://www.freewisdom.org/projects/python-markdown/Features
  11. [Available Extensions]: http://www.freewisdom.org/projects/python-markdown/Available_Extensions
  12. Documentation
  13. -------------
  14. Installation and usage documentation is available in the `docs/` directory
  15. of the distribution and on the project website at
  16. <http://freewisdom.org/projects/python-markdown>.
  17. Support
  18. -------
  19. You may ask for help and discuss various other issues on the [mailing list][] and report bugs on the [bug tracker][].
  20. [mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
  21. [bug tracker]: http://www.freewisdom.org/projects/python-markdown/Tickets