GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/1384
[ZEPPELIN-1387] Support table in markdown interpreter ### What is this PR for? Support markdown syntax issued by [ZEPPELIN-1387](https://issues.apache.org/jira/browse/ZEPPELIN-1387?jql=project%20%3D%20ZEPPELIN) ### What type of PR is it? [Bug Fix | Improvement] This PR can be categorized as bug fix and improvement since it not only resolves the above issue but also support other markdown syntaxes. ### Todos * [ ] - Check the license issue of the [pegdown](https://github.com/sirthias/pegdown) library introduced by this PR ### What is the Jira issue? [ZEPPELIN-1387](https://issues.apache.org/jira/browse/ZEPPELIN-1387?jql=project%20%3D%20ZEPPELIN) ### How should this be tested? Write markdown texts and compare them with expected html DOMs ### Screenshots (if appropriate) <img width="708" alt="markdown" src="https://cloud.githubusercontent.com/assets/4968473/18061274/1f2be526-6e5d-11e6-9f1a-3528f3958d2c.png"> ### Questions: * Does the licenses files need update? * Does coding style is appropriate? You can merge this pull request into a Git repository by running: $ git pull https://github.com/1ambda/zeppelin fix-zeppelin-1387 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1384.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1384 ---- commit 029f550a04721c786b1d0021ac9551f2a6e62aed Author: 1ambda <1am...@gmail.com> Date: 2016-08-29T17:44:21Z [ZEPPELIN-1387] Support table in markdown interpreter ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---