Docs
Using MDX
Using MDX
A guide how to use Markdown elements and React components.
Basic Elements
Text Formatting
Text formatting with MDX supports various styles
This is bold text and this is italic text
This is bold italic text and this is strikethrough
This is inline code
and this is a link
You can also use underlined text when needed
Quotes
Regular quote
This is a basic quote
Nested quotes
First level
Second level
Third level
Quote with mixed content
Heading in quote
- List item in quote
- Another item
Lists and Items
Unordered list
- First item
- Second item
- Third item
Ordered list
- First step
- Second step
- Third step
Nested list
- Main item
- Sub-item 1
- Sub-item 2
- Deep item 1
- Deep item 2
- Sub-item 3
- Another item
Code Blocks
Inline code const example = true
.
Basic JavaScript
TypeScript example
React component
Tables
Header 1 | Header 2 | Header 3 |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Cell 4 | Cell 5 | Cell 6 |
Layouts
Grid layout
Item 1
Item 2
Item 3
Flex layout
Left
Right
Components
Accordion
Callout
This is a default callout providing additional information.
Image
Link
Linked Card
Introduction
Get started with our platform
Tabs
Basic tabs
Get started with our components
Code tabs