Skip to content

Commit fe4dfff

Browse files
committed
Fix image size unit px -> % and Increase readability markdown.md
1 parent 11b32db commit fe4dfff

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/interpreter/markdown.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ group: manual
1010

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

1616
In Zeppelin, Markdown interpreter is enabled by default.
17-
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/markdown-interpreter-setting.png" width="600px" />
17+
18+
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/markdown-interpreter-setting.png" width="60%" />
1819

1920
### Example
2021
The following example demonstrates the basic usage of Markdown in a Zeppelin notebook.
2122

22-
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/markdown-example.png" width="800px" />
23+
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/markdown-example.png" width="70%" />

0 commit comments

Comments
 (0)