mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add doc for mathmetical expression
This commit is contained in:
parent
174d7adaec
commit
dd02bec0a8
3 changed files with 13 additions and 0 deletions
BIN
docs/assets/themes/zeppelin/img/screenshots/display_formula.png
Normal file
BIN
docs/assets/themes/zeppelin/img/screenshots/display_formula.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
|
|
@ -39,6 +39,13 @@ 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
|
||||
`\\( INLINE EXPRESSION \\)` and `$$ EXPRESSION $$` to format. For example
|
||||
|
||||
<img src="/assets/themes/zeppelin/img/screenshots/display_formula.png" />
|
||||
|
||||
|
||||
## Table
|
||||
|
||||
If you have data that row separated by '\n' (newline) and column separated by '\t' (tab) with first row as header row, for example
|
||||
|
|
|
|||
|
|
@ -53,6 +53,12 @@ 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
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
### Markdown4j Parser
|
||||
|
||||
`markdown4j` parser provides [YUML](http://yuml.me/) and [Websequence](https://www.websequencediagrams.com/) extensions
|
||||
|
|
|
|||
Loading…
Reference in a new issue