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 2019/09/13 13:26:41 UTC

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3443: [ZEPPELIN-4311] Supporting new parser for markdown as pegdown parser …

zjffdu commented on a change in pull request #3443: [ZEPPELIN-4311] Supporting new parser for markdown as pegdown parser …
URL: https://github.com/apache/zeppelin/pull/3443#discussion_r324191960
 
 

 ##########
 File path: markdown/pom.xml
 ##########
 @@ -54,6 +55,12 @@
       <version>${pegdown.version}</version>
     </dependency>
 
+    <dependency>
+       <groupId>com.vladsch.flexmark</groupId>
+       <artifactId>flexmark-all</artifactId>
+       <version>${flexmark.all.version}</version>
 
 Review comment:
   What is the license of flexmark-all ? You need to update `LICENCE` file located in zeppelin root folder.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services