This file is indexed.

/usr/share/doc/python-markdown/README.Debian is in python-markdown 2.6.6-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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