Skip to content
Discussion options

You must be logged in to vote

You shouldn't have indented your text. Per Markdown spec, any indented text blocks become code blocks, and JSX-interleaved syntax is not exempted from this.

<Tabs groupId="views">
  <TabItem value="chat" label="Chat" default>
    You can load data from a file you've uploaded by entering Load data from the file file name.
  </TabItem>
  <TabItem value="sheets" label="Sheets">

To load data into your session:

1. Example Step 1.

2. Example Step 2

3. Example Step 3
    
1. a
2. b
3. c

  </TabItem>
  <TabItem value="search" label="Search">
    This is a banana
  </TabItem>
</Tabs>

It looks ugly, I know, but it's the only correct way. Maybe we should document this better?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nategoethel
Comment options

@Josh-Cena
Comment options

Answer selected by nategoethel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants