You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
793 B

4 years ago
  1. This is a Python implementation of John Gruber's Markdown_.
  2. It is almost completely compliant with the reference implementation,
  3. though there are a few known issues. See Features_ for information
  4. on what exactly is supported and what is not. Additional features are
  5. supported by the `Available Extensions`_.
  6. .. _Markdown: http://daringfireball.net/projects/markdown/
  7. .. _Features: https://Python-Markdown.github.io#features
  8. .. _`Available Extensions`: https://Python-Markdown.github.io/extensions/
  9. Support
  10. =======
  11. You may ask for help and discuss various other issues on the
  12. `mailing list`_ and report bugs on the `bug tracker`_.
  13. .. _`mailing list`: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
  14. .. _`bug tracker`: http://github.com/Python-Markdown/markdown/issues