mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix typo
This commit is contained in:
parent
dd02bec0a8
commit
2afedde339
2 changed files with 4 additions and 4 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue