This file is indexed.

/usr/share/pyshared/IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.css is in ipython-notebook 0.12.1+dfsg-0ubuntu1.

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
.cm-s-default span.cm-header {color: #2f2f4f; font-weight:bold;}
.cm-s-default span.cm-code {color: #666;}
.cm-s-default span.cm-quote {color: #090;}
.cm-s-default span.cm-list {color: #a50;}
.cm-s-default span.cm-hr {color: #999;}
.cm-s-default span.cm-linktext {color: #00c; text-decoration: underline;}
.cm-s-default span.cm-linkhref {color: #00c;}
.cm-s-default span.cm-em {font-style: italic;}
.cm-s-default span.cm-strong {font-weight: bold;}
.cm-s-default span.cm-emstrong {font-style: italic; font-weight: bold;}