mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add link to markdown4j page
This commit is contained in:
parent
95442b4d40
commit
d839992801
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue