wuchunfu commented on issue #1456: URL: https://github.com/apache/incubator-seatunnel/issues/1456#issuecomment-1064127773
> 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? It won't render as a tab in `markdown` , this code seems to be `react` syntax -- 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]
