python - Escaping dollar sign in ipython notebook -


i have markdown cell in ipython contains 4 dollar signs. ipython interprets between dollar signs mathjax expression, not want. how escape dollar signs? escaping them backslash prevents mathjax kicking in, backslash shows in compiled markdown.

any ideas on how dollar sign?

thanks

if use <span>$</span>, mathjax won't process delimiter. should able enter in markdown. example, i've used here: $ not math $.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -