In the documentation
Texts
Introduction
Explainer provides a rich set of components that can be used directly in your Markdown files. This documentation outlines the various markdown components available for creating beautiful, interactive documentation.
Text Formatting
Markdown supports various text formatting options:
- Bold text using
**bold**
- Italic text using
*italic*
Strikethroughusing~~strikethrough~~
Inline code
using backticks
Headers
You can create headers from level 1 (largest) to level 6 (smallest):
# Header 1
## Header 2
### Header 3
#### Header 4