PeterAlfredLee opened a new pull request, #4375: URL: https://github.com/apache/zeppelin/pull/4375
This is implemented by flexmark. A new configuration is also added, and this configuration is turned on by default. ### What is this PR for? Zeppelin should support escaping html in markdown. ### What type of PR is it? * Bug Fix ### What is the Jira issue? * [ZEPPELIN-5746](https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-5746) ### How should this be tested? * CI ### Questions: * Does the licenses files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No I also noticed there is another call of flexmark in `org.apache.zeppelin.jupyter.parser.MarkdownParser`. But it seems the package `jupyter` can not read from configuration. I am not sure if this occurrence should be fixed or not. Feel free to tell me if this need to be fixed. :) -- 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. To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org