zhongjiajie commented on issue #1456:
URL: 
https://github.com/apache/incubator-seatunnel/issues/1456#issuecomment-1063917072


   One more things, I found it it a js instead of markdown in 
https://docusaurus.io/docs/markdown-features/tabs. It possiable to write
   
   ```js
   <Tabs>
     <TabItem value="apple" label="Apple" default>
       This is an apple 🍎
     </TabItem>
     <TabItem value="orange" label="Orange">
       This is an orange 🍊
     </TabItem>
     <TabItem value="banana" label="Banana">
       This is a banana 🍌
     </TabItem>
   </Tabs>
   ```
   
   in markdown file and them render to the tab style?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to