Sorry if it is a duplicate.
I’m trying to render an inline formula in a markdown cell of an ipynb notebook on vscode, for example $x=frac{-bpmsqrt{b^2-4ac}}{2a}$
, but it does not render, even after the command notebook.renderAllMarkdownCells
.
Therefore, that is well rendered on a markdown file preview after calling markdown.showPreview
.
What do I miss ?
(I have the extension Markdown Math
).
New contributor
vimchun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.