[
https://issues.apache.org/jira/browse/FLINK-6002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901803#comment-15901803
]
ASF GitHub Bot commented on FLINK-6002:
---------------------------------------
GitHub user phoenixjiangnan opened a pull request:
https://github.com/apache/flink/pull/3497
[FLINK-6002] 'MacOS X' section in Quickstart page is not rendered correctly
Currently, ["MacOS X" section under "Setup: Download and Start Flink" in
Quickstart
page](https://ci.apache.org/projects/flink/flink-docs-release-1.2/quickstart/setup_quickstart.html#setup-download-and-start-flink)
is not rendered correctly.

I fixed this markdown issue by simply adding a blank line between text
paragraph and code block.
Now it looks like this:

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phoenixjiangnan/flink FLINK-6002
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3497.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3497
----
commit d34944a05a2584d0f3880c100dc3f71b48ffe94e
Author: phoenixjiangnan <[email protected]>
Date: 2017-03-08T19:03:21Z
[FLINK-6002] 'MacOS X' under 'Download and Start Flink' in Quickstart page
is not rendered correctly
----
> "Setup: Download and Start Flink" / "MacOS X" in Quickstart page is not
> rendered correctly
> ------------------------------------------------------------------------------------------
>
> Key: FLINK-6002
> URL: https://issues.apache.org/jira/browse/FLINK-6002
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.2.0
> Reporter: Bowen Li
> Priority: Trivial
> Fix For: 1.2.1
>
>
> On
> https://ci.apache.org/projects/flink/flink-docs-release-1.2/quickstart/setup_quickstart.html#setup-download-and-start-flink
> , command lines in "MacOS X" part are not rendered correctly.
> This is because the markdown is misformatted - it doesn't leave a blank line
> between text and code block.
> So the fix is simple - add a blank line between text and code block.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)