Markdown Interpreter for Apache Zeppelin

Overview

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, please checkout here.
In Zeppelin notebook, you can use %md in the beginning of a paragraph to invoke the Markdown interpreter and generate static html from Markdown plain text.

In Zeppelin, Markdown interpreter is enabled by default.

Example

The following example demonstrates the basic usage of Markdown in a Zeppelin notebook.