Home | History | Annotate | only in /external/markdown/docs
Up to higher level directory
NameDateSize
AUTHORS05-Oct-20171.3K
CHANGE_LOG05-Oct-20176.5K
command_line.txt05-Oct-20173.7K
extensions/05-Oct-2017
INSTALL05-Oct-20172.3K
LICENSE05-Oct-20171.6K
README05-Oct-20171.1K
README.html05-Oct-20171.2K
release-2.0.1.txt05-Oct-2017776
release-2.0.2.txt05-Oct-2017399
release-2.0.txt05-Oct-20173.2K
using_as_module.txt05-Oct-20175.5K
writing_extensions.txt05-Oct-201724.7K

README

      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://www.freewisdom.org/projects/python-markdown/Tickets 
     30 
     31 

README.html

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