QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

Issue with $ sign while going from RST to ipynb #87

Open AnjuJoon opened 4 years ago

AnjuJoon commented 4 years ago

For example::

Present situation:

RST - :math:\$ 25 ipynb - $ \\$ 25 $ ##in this case the $ after // is considered as closing dollar for math

It should be:

ipynb - $\$ 25$

I guess some update to the conversion script (rst to ipynb) could make it work.