Repository: zeppelin
Updated Branches:
  refs/heads/master 3021d4641 -> 2dc26f27b


[Hot Fix] Add a newline for bullet list markdown rendering

### What is this PR for?
After #1416 merged, the bullet list in 
https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/install/install.html#installation
 isn't properly rendered now. It needs an extra newline.

### What type of PR is it?
Hot Fix

### Screenshots (if appropriate)
 - Before
<img width="834" alt="screen shot 2016-09-25 at 4 13 25 pm" 
src="https://cloud.githubusercontent.com/assets/10060731/18813621/5e10c2dc-833b-11e6-8410-bb1d37d8228b.png";>

 - After
<img width="834" alt="screen shot 2016-09-25 at 4 13 36 pm" 
src="https://cloud.githubusercontent.com/assets/10060731/18813622/6705b744-833b-11e6-8fab-3a69d8585c7a.png";>

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: AhyoungRyu <ahyoung...@apache.org>

Closes #1457 from AhyoungRyu/fix/install.md and squashes the following commits:

73c1a4f [AhyoungRyu] Add a newline for bullet list markdown rendering


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/2dc26f27
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/2dc26f27
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/2dc26f27

Branch: refs/heads/master
Commit: 2dc26f27be8557b70b22941c30a529db6b011bb4
Parents: 3021d46
Author: AhyoungRyu <ahyoung...@apache.org>
Authored: Sun Sep 25 16:14:39 2016 +0900
Committer: AhyoungRyu <ahyoung...@apache.org>
Committed: Sun Sep 25 19:10:14 2016 +0900

----------------------------------------------------------------------
 docs/install/install.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2dc26f27/docs/install/install.md
----------------------------------------------------------------------
diff --git a/docs/install/install.md b/docs/install/install.md
index 94a35cb..dc9cc37 100644
--- a/docs/install/install.md
+++ b/docs/install/install.md
@@ -45,6 +45,7 @@ Apache Zeppelin officially supports and is tested on the 
following environments:
 </table>
 
 To install Apache Zeppelin, you have two options:
+
 * You can [download pre-built binary packages](#downloading-binary-package) 
from the archive. This is usually easier than building from source, and you can 
download the latest stable version (or older versions, if necessary).
 * You can also [build from source](#building-from-source). This gives you a 
development version of Zeppelin, which is more unstable but has new features.
 

Reply via email to