sphinx-contrib / napoleon

Other
149 stars 48 forks source link

Math/Latex Support #39

Open trigaten opened 2 years ago

trigaten commented 2 years ago

How can I write math in md files that gets translated correctly to rst? I have tried a number of different approaches and none render properly on the sphinx site:

$$ x_{4} $$

.. math::

x_{4}

```math

x_{4}

```

(x_4)