mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update top nav and add basepath
This commit is contained in:
parent
f7e954ae93
commit
3ebed22f5d
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@
|
|||
<li><a href="{{BASE_PATH}}/pleasecontribute.html">Hive</a></li>
|
||||
<li><a href="{{BASE_PATH}}/interpreter/ignite.html">Ignite</a></li>
|
||||
<li><a href="{{BASE_PATH}}/interpreter/lens.html">Lens</a></li>
|
||||
<li><a href="{{BASE_PATH}}/pleasecontribute.html">Markdown</a></li>
|
||||
<li><a href="{{BASE_PATH}}/interpreter/markdown.html">Markdown</a></li>
|
||||
<li><a href="{{BASE_PATH}}/interpreter/postgresql.html">Postgresql, hawq</a></li>
|
||||
<li><a href="{{BASE_PATH}}/pleasecontribute.html">Shell</a></li>
|
||||
<li><a href="{{BASE_PATH}}/interpreter/spark.html">Spark</a></li>
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@ Zeppelin uses markdown4j, for more examples and extension support checkout [mark
|
|||
In Zeppelin notebook you can use ``` %md ``` in the beginning of a paragraph to invoke the Markdown interpreter to generate static html from Markdown plain text.
|
||||
|
||||
In Zeppelin, Markdown interpreter is enabled by default.
|
||||
<img src="/assets/themes/zeppelin/img/docs-img/markdown-interpreter-setting.png" width="600px" />
|
||||
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/markdown-interpreter-setting.png" width="600px" />
|
||||
|
||||
### Example
|
||||
The following example demonstrates the basic usage of Markdown in a Zeppelin notebook.
|
||||
|
||||
<img src="/assets/themes/zeppelin/img/docs-img/markdown-example.png" width="800px" />
|
||||
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/markdown-example.png" width="800px" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue