This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new f21b71a [ZEPPELIN-5319] Incorrect markdown in the documentation of sap interpreter f21b71a is described below commit f21b71a9865d9d4d857fba56f5a3911dbdead0d2 Author: cuspymd <cusp...@gmail.com> AuthorDate: Fri Apr 9 14:32:42 2021 +0000 [ZEPPELIN-5319] Incorrect markdown in the documentation of sap interpreter ### What is this PR for? Fix incorrect example code display at "/interpreter/sap.html" ### What type of PR is it? [Documentation] ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5319 ### How should this be tested? * Checked modified document locally ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: cuspymd <cusp...@gmail.com> Closes #4091 from cuspymd/fix-sap-doc and squashes the following commits: 7351ba725 [cuspymd] Fix incorrect example code display --- docs/interpreter/sap.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/interpreter/sap.md b/docs/interpreter/sap.md index bfb12e5..0cb3a3c 100644 --- a/docs/interpreter/sap.md +++ b/docs/interpreter/sap.md @@ -96,8 +96,7 @@ Available the nested conditions (using braces "()"). "and" operator have more pr If generated query contains promtps, then promtps will appear as dynamic form after paragraph submitting. -Example query - +#### Example query ```sql %sap @@ -125,7 +124,7 @@ where ### `distinct` keyword You can write keyword `distinct` after keyword `select` to return only distinct (different) values. -Example query +#### Example query ```sql %sap universe [Universe Name]; @@ -139,7 +138,7 @@ where ### `limit` keyword You can write keyword `limit` and limit value in the end of query to limit the number of records returned based on a limit value. -Example query +#### Example query ```sql %sap universe [Universe Name];