-
|
How to convert tabs, notes and code blocks to the new format? |
Beta Was this translation helpful? Give feedback.
Answered by
enyo
Apr 20, 2021
Replies: 1 comment
-
TabsBeforeAfter<Tabs>
<Tab label="Tab 1">
Tab 1 content
</Tab>
<Tab label="Tab 2">
Tab 2 content
</Tab>
</Tabs>NotesBeforeAfteror: Code BlocksRemove all the is equal to: The other language that is supported out of the box is If you need syntax highlighting for other languages, ping me. ImagesBeforeAfterCopy the image into the import ToitCli from "../_images/toitcli.png";and use the image like this: <img src={ToitCli} alt="alt text" /> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
enyo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tabs
Before
After
Notes
Before
After
or:
<Note type="warning">Code Blocks
Remove all the
<div class="toit">.....</div>html tags. By default all code blocks in the new documentation page a…