File: README.Debian

package info (click to toggle)
python-markdown 3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,128 kB
  • sloc: python: 11,989; makefile: 66; sh: 7
file content (15 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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:
https://python-markdown.github.io/

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