> blockquote
**Bold text**
`inline code`
```
{
"type": "fenced code block"
}
```
Syntax:
---define
className{
styles here
}
---
Example:
---define
.box{
color: blue;
background-color: red;
}
pre{
padding: 10px;
background-color: blue;
}
---
Syntax:
Element {.className}
Example:
## Hello World {.className}
NB: To use multiple classes, split it by space
Example:
## Hello World {#headingId} {.class1 class2 class3}
stylesheet = https://cdn.jsdelivr.net/npm/@fire-ui/fire-ui@0.2.3/FireUI.min.css
script = https://cdn.jsdelivr.net/npm/@fire-ui/fire-ui@0.2.3/FireUI.min.js
# h1
## h2
### h3
#### h4
##### h5
###### h6
# My heading {#custom-id}
---

<~ Left direction marquee
~> Right direction marquee
[title](https://example.com)
_italicized text_
1. First item
2. Second item
3. Third item
~~Strikethrough text~~
Syntax:
element {styles}
Example:
## Hello World {color: blue;}
| Syntax | Description |
| ----- | ----- |
| Header | Title |
| Paragraph | Text |
Note:
Example:
| Syntax | Description |
| ----- | ----- |{.className}{color: blue;}
| Header | Title |
| Paragraph | Text |
- [x] Lorem ipsum
- [ ] Lorem ipsum
- [ ] Lorem ipsum
%Underline text%
- First item
- Second item
- Third item