This file is indexed.

/usr/share/doc/libjs-mathjax-doc/html/_sources/options/extensions/MML3.rst.txt is in libjs-mathjax-doc 2.7+20171212-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
20
21
22
.. _configure-mml3:

******************
The MML3 extension
******************

The **experimental** MML3 extension is run when you include ``mml3.js`` in the
``extension`` array of the MathML section of your :meth:`MathJax.Hub.Config()` 
call. For example,

.. code-block:: javascript

    MathJax.Hub.Config({
      MathML: {
        extensions: ["mml3.js"]
      }
    });

The extension provides experimental support for the so-called elementary math 
elements as well as experimental support for bidirectional math.

The extension has no configuration options.