I get the same problem with trying to add code notation like ''' in markdown Is this a problem of the md interpreter?
On Thu, Jun 25, 2015 at 7:40 PM Richard Kuo <kuo...@gmail.com> wrote: > I am new to Zeppelin. I tried to enter some math formula under > > %md > $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$ > > It did not work, I got the same text, "$$x = {-b \pm \sqrt{b^2-4ac} \over > 2a}$$", Should I do this differently? > > > > >