add link to markdown4j page

This commit is contained in:
Renjith Kamath 2015-11-25 11:58:51 +05:30
parent 95442b4d40
commit d839992801

View file

@ -10,6 +10,7 @@ group: manual
### Overview
[Markdown](http://daringfireball.net/projects/markdown/) is a plain text formatting syntax designed so that it can be converted to HTML.
Zeppelin uses markdown4j, for more examples and extension support checkout [markdown4j](https://code.google.com/p/markdown4j/)
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.