You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/05/31 06:42:16 UTC

[GitHub] [zeppelin] PeterAlfredLee opened a new pull request, #4375: ZEPPELIN-5746: Add support for escaping html in markdown

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-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] jongyoul merged pull request #4375: ZEPPELIN-5746: Add support for escaping html in markdown

Posted by GitBox <gi...@apache.org>.
jongyoul merged PR #4375:
URL: https://github.com/apache/zeppelin/pull/4375


-- 
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-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org