File: README.Debian

package info (click to toggle)
python-markdown 2.6.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,836 kB
  • ctags: 805
  • sloc: python: 5,417; makefile: 67; sh: 12
file content (19 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
python-markdown for Debian
--------------------------

Basic usage as a module:

import markdown
html = markdown.markdown(your_text_string)

You can read more about the modules and how to write extensions
in the documentation, which is provided in python-markdown-doc
package, or online:
http://pythonhosted.org/Markdown/

You can read about the markdown syntax here:
http://daringfireball.net/projects/markdown/basics

 -- Fredrik Steen <stone@debian.org>, Fri, 21 Apr 2006 13:18:31 +0200,
    Bernd Zeimetz <bernd@bzed.de>,  Sat, 18 Aug 2007 09:37:31 +0200
    Dmitry Shachnev <mitya57@gmail.com>,  Fri, 22 Feb 2013 10:15:23 +0400