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 2305024 [ZEPPELIN-4323] Fix Kotlin interpreter documentation page 2305024 is described below commit 230502437392ab4d32ec4ee3eaf711cea921c088 Author: Ilya Muradyan <ilya.murad...@jetbrains.com> AuthorDate: Wed Nov 27 11:51:08 2019 +0300 [ZEPPELIN-4323] Fix Kotlin interpreter documentation page ### What is this PR for? This PR fixes html in Kotlin interpreter doc ### What type of PR is it? Documentation ### Todos N/A ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-4323 ### How should this be tested? N/A ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No. * Is there breaking changes for older versions? No. * Does this needs documentation? N/A Author: Ilya Muradyan <ilya.murad...@jetbrains.com> Closes #3529 from ileasile/fix_kotlin_interpreter_doc and squashes the following commits: 9c8a24c22 [Ilya Muradyan] Fix Kotlin interpreter documentation page --- docs/interpreter/kotlin.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/docs/interpreter/kotlin.md b/docs/interpreter/kotlin.md index bba0817..f994dbb 100644 --- a/docs/interpreter/kotlin.md +++ b/docs/interpreter/kotlin.md @@ -30,20 +30,25 @@ It is designed to interoperate fully with Java, and the JVM version of its stand ## Configuration <table class="table-configuration"> - <tr> - <th>Name</th> - <th>Default</th> - <th>Description</th> - </tr> - <tr> - <td>zeppelin.kotlin.maxResult</td> - <td>1000</td> - <td>Max n - <tr> - <td>zeppelin.kotlin.shortenTypes</td> - <td>true</td> - <td>Display shortened types instead of full, e.g. Int vs kotlin.Int</td> - </tr> + <thead> + <tr> + <th>Name</th> + <th>Default</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>zeppelin.kotlin.maxResult</td> + <td>1000</td> + <td>Max n</td> + </tr> + <tr> + <td>zeppelin.kotlin.shortenTypes</td> + <td>true</td> + <td>Display shortened types instead of full, e.g. Int vs kotlin.Int</td> + </tr> + </tbody> </table> ## Example