This commit is contained in:
Lee moon soo 2016-11-06 20:02:09 -08:00
parent dd02bec0a8
commit 2afedde339
2 changed files with 4 additions and 4 deletions

View file

@ -39,8 +39,8 @@ With `%html` directive, Zeppelin treats your output as HTML
<img src="/assets/themes/zeppelin/img/screenshots/display_html.png" />
### Mathmetical expressions
HTML display system automatically format mathmetical expression using [MathJax](https://www.mathjax.org/). You can use
### Mathematical expressions
HTML display system automatically formats mathematical expression using [MathJax](https://www.mathjax.org/). You can use
`\\( INLINE EXPRESSION \\)` and `$$ EXPRESSION $$` to format. For example
<img src="/assets/themes/zeppelin/img/screenshots/display_formula.png" />

View file

@ -53,9 +53,9 @@ The following example demonstrates the basic usage of Markdown in a Zeppelin not
<img src="../assets/themes/zeppelin/img/docs-img/markdown-example.png" width="70%" />
## Mathmetical expression
## Mathematical expression
Markdown interpreter leverage %html display system internally. That means you can mix mathmetical expressions with markdown syntax. For more information, please see [Mathmetical Expression](../displaysystem/basicdisplaysystem.html#mathmetical-expressions) section.
Markdown interpreter leverages %html display system internally. That means you can mix mathematical expressions with markdown syntax. For more information, please see [Mathematical Expression](../displaysystem/basicdisplaysystem.html#mathematical-expressions) section.