You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "koert kuipers (Jira)" <ji...@apache.org> on 2022/03/28 13:58:00 UTC

[jira] [Created] (ZEPPELIN-5695) Magic seems inconcistent for helium spell

koert kuipers created ZEPPELIN-5695:
---------------------------------------

             Summary: Magic seems inconcistent for helium spell
                 Key: ZEPPELIN-5695
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5695
             Project: Zeppelin
          Issue Type: Bug
          Components: helium
         Environment: i am building zeppelin from master branch
            Reporter: koert kuipers


we wrote our own helium spell. it works ok if used like this:
{code:java}
%myspell text{code}
however it does not work like this:
{code:java}
%spark
println("""%myspell text""") {code}
which is confusing because this works ok:
{code:java}
%spark
println("""%html <h3>Hello</h3>""") {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)