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)