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: us...@infra.apache.org With regards, Apache Git Services