Ryan T Boder created ZEPPELIN-3408: -------------------------------------- Summary: Math expressions require additional undocumented escaping Key: ZEPPELIN-3408 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3408 Project: Zeppelin Issue Type: Bug Affects Versions: 0.7.3 Reporter: Ryan T Boder Attachments: Screen Shot 2018-04-11 at 3.23.57 PM.png
In a markdown paragraph I should be able to do this [according to the docs|https://zeppelin.apache.org/docs/0.7.3/displaysystem/basicdisplaysystem.html#mathematical-expressions] {noformat} \\( a^2 + b^2 = c^2 \\) $$ n = \left( \frac{z\mbox{-}multiple}{B} \right)^2 p_{est}(1-p_{est}) $$ {noformat} Instead I see the attached screenshot. We found that it works if we do additional escaping such as {noformat} \\(a\^2 + b\^2 = c\^2\\) $$ n = \left( \frac{z\mbox{-}multiple}{B} \right)^2 p\_{est}(1-p\_{est}) $$ {noformat} but this doesn't match the Zeppelin documentation and it doesn't seem like the intended behavior. -- This message was sent by Atlassian JIRA (v7.6.3#76005)