ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 805 forks source link

python-mardown : problem of string copy #1586

Open pkrezel opened 2 years ago

pkrezel commented 2 years ago

if I use: s = '$$x^{2} {c}{2} + x {c}{1} + {c}_{0}=0 $$'

In a markdown cell: the solution to : {{s}}

gives

The solution to : $$x^{2} {c}{2} + x {c}{1} + {c}_{0}=0 $$

some "_" are removed.