You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2023/01/13 13:43:30 UTC

[GitHub] [zeppelin] jongyoul commented on a diff in pull request #4549: [MINOR] document 'markdown' display system

jongyoul commented on code in PR #4549:
URL: https://github.com/apache/zeppelin/pull/4549#discussion_r1069475492


##########
docs/usage/display_system/basic.md:
##########
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: "Basic Display System in Apache Zeppelin"
-description: "There are 3 basic display systems in Apache Zeppelin. By default, Zeppelin prints interpreter responce as a plain text using text display system. With %html directive, Zeppelin treats your output as HTML. You can also simply use %table display system to leverage Zeppelin's built in visualization."
+description: "There are several display systems available in Apache Zeppelin. By default, Zeppelin prints interpreter responce as a plain text using %text display system. However, display systems for showing HTML, tables, markdown or even graph visualizations are also available."

Review Comment:
   ```suggestion
   description: "There are several display systems available in Apache Zeppelin. By default, Zeppelin prints interpreter response as a plain text using %text display system. However, display systems for showing HTML, tables, markdown or even graph visualizations are also available."
   ```



-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org