Open lzz42 opened 4 years ago
Convert _ to <em> or </em> this should be _ EG:$$y'\Big|_{x=x_0}$$ Error Result: <p>$$y'\Big|<em>{x=x_0}$$</p> Should Be: <p>$$y'\Big|_{x=x_0}$$</p> if there is more than one "_" the second was converted to </em>
_
<em>
</em>
$$y'\Big|_{x=x_0}$$
<p>$$y'\Big|<em>{x=x_0}$$</p>
<p>$$y'\Big|_{x=x_0}$$</p>
VSCode Extensions: Markdown PDF v1.4.4
Convert
_
to<em>
or</em>
this should be_
EG:$$y'\Big|_{x=x_0}$$
Error Result:<p>$$y'\Big|<em>{x=x_0}$$</p>
Should Be:<p>$$y'\Big|_{x=x_0}$$</p>
if there is more than one "_" the second was converted to</em>
VSCode Extensions: Markdown PDF v1.4.4