Math in markdown

  • It lookslike math can be rendered in markdown cells using a latext or mathml
  • It can then be rendered using the JS library MathJax
  • In vscode I was able to render it when it used $$ as the delimeter
  • I was not able to render it when I included it in a code block using math as the language