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_r324689422
########## File path: docs/interpreter/markdown.md ########## @@ -53,21 +53,25 @@ For more information, please see [Mathematical Expression](../usage/display_syst </tr> <tr> <td>markdown.parser.type</td> - <td>pegdown</td> - <td>Markdown Parser Type. <br/> Available values: pegdown, markdown4j.</td> + <td>flexmark</td> + <td>Markdown Parser Type. <br/> Available values: flexmark, pegdown, markdown4j.</td> </tr> </table> +### Flexmark parser Review comment: Better to mention that it is the default markdown parser. ---------------------------------------------------------------- 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