I would like to insert role :math: (for example) into code-block directive:
.. code-block::
:math:`2^{64} - 1`
but the directive does not handle this role and I get this in pdf:

How can I insert role (math or others) into code-block directive?