• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

extensions/22-Nov-2023-976662

AUTHORSD22-Nov-20231.3 KiB4536

CHANGE_LOGD22-Nov-20236.5 KiB181122

INSTALLD22-Nov-20232.3 KiB7451

LICENSED22-Nov-20231.6 KiB3125

READMED22-Nov-20231.1 KiB3121

README.htmlD22-Nov-20231.2 KiB1212

command_line.txtD22-Nov-20233.7 KiB9971

release-2.0.1.txtD22-Nov-2023776 1713

release-2.0.2.txtD22-Nov-2023399 107

release-2.0.txtD22-Nov-20233.2 KiB6851

using_as_module.txtD22-Nov-20235.5 KiB151110

writing_extensions.txtD22-Nov-202324.7 KiB595440

README

1[Python-Markdown][]
2===================
3
4This is a Python implementation of John Gruber's [Markdown][].
5It is almost completely compliant with the reference implementation,
6though there are a few known issues. See [Features][] for information
7on what exactly is supported and what is not. Additional features are
8supported 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
16Documentation
17-------------
18
19Installation and usage documentation is available in the `docs/` directory
20of the distribution and on the project website at
21<http://freewisdom.org/projects/python-markdown>.
22
23Support
24-------
25
26You 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>.
3It is almost completely compliant with the reference implementation,
4though there are a few known issues. See <a href="http://www.freewisdom.org/projects/python-markdown/Features">Features</a> for information
5on what exactly is supported and what is not. Additional features are
6supported 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
9of 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>