update top nav and add basepath

This commit is contained in:
Renjith Kamath 2015-11-26 11:16:59 +05:30
parent f7e954ae93
commit 3ebed22f5d
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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" />