You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (Jira)" <ji...@apache.org> on 2020/02/18 07:54:00 UTC

[jira] [Created] (ZEPPELIN-4622) Html is not displayed properly in R interpreter

Jeff Zhang created ZEPPELIN-4622:
------------------------------------

             Summary: Html is not displayed properly in R interpreter
                 Key: ZEPPELIN-4622
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4622
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.9.0
            Reporter: Jeff Zhang
         Attachments: image-2020-02-18-15-53-00-500.png

{code:java}
print("%html <h3>Hello HTML</h3>")
print("<font color='blue'><span class='fa fa-bars'> Easy...</font></span>")
for (i in 1:10) {
  print(paste0("<h4>", i, " * 2 = ", i*2, "</h4>"))
} {code}
!image-2020-02-18-15-53-00-500.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)