GitHub user prabhjyotsingh opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/538
Fix when result of paragraph contains carriage return
### What is this PR for?
When the result in paragraph contains "carriage return" or "line feed",
they are getting displayed in single line. The output should be in multiline.
### What type of PR is it?
Bug Fix
### Screenshots
Before
<img width="1439" alt="screen shot 2015-12-16 at 11 26 08 am"
src="https://cloud.githubusercontent.com/assets/674497/11833440/a48f1980-a3e8-11e5-908b-8d45f2e2290e.png">
After
<img width="1440" alt="screen shot 2015-12-16 at 11 27 22 am"
src="https://cloud.githubusercontent.com/assets/674497/11833441/a4929074-a3e8-11e5-974b-45405cb619be.png">
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prabhjyotsingh/incubator-zeppelin
multilineOutputFix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/538.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 #538
----
commit 9e172ca864acbd1bb51431d4668fab8f09f7f647
Author: Prabhjyot Singh <[email protected]>
Date: 2015-12-16T05:59:25Z
multi line output fix, when paragraph result contains "carriage return" or
"line feed".
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---