zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-536273235 @malayhm Still one error ``` error: Operator '?' must be spaced (space-infix-ops) at src/components/Notebook/paragraphs/Editor.vue:112:39: 110 | }, 111 | compiledMarkdown: function () { > 112 | let withoutMdMark = this.mdValue? this.mdValue.replace('%md\n', '') : '' | ^ 113 | return marked(withoutMdMark, { 114 | headerPrefix: 'toc_' 115 | }) 1 error found. 1 error potentially fixable with the `--fix` option. ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services