This file is indexed.

/usr/share/yelp/mathjax/config/yelp.js is in yelp 3.10.2-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
11
12
13
14
15
16
MathJax.Hub.Config({
 "HTML-CSS": {
    availableFonts: ["TeX"],
    preferredFont: "TeX",
    webFont: "TeX",
    imageFont: null
  },
  config: ["MMLorHTML.js"],
  extensions: ["mml2jax.js"],
  jax: ["input/MathML"],
  positionToHash: true,
  messageStyle: "none",
  showMathMenu: false
});

MathJax.Ajax.loadComplete("[MathJax]/config/yelp.js");