Download the Windows installer (.exe) from PyPI: http://pypi.python.org/packages/any/M/Markdown/Markdown-2.0.win32.exe

Markdown is used to save

text

into html format.

———–

e.g.,

in Markdown

* Foo
* Bar
* Baz

will be saved


<ul>
   <li>Foo</li>
   <li>Bar</li>
   <li>Baz</li>
</ul>
© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer