Test MDX File
· One min read
This file was updated on 19th May, 2024.
This is H2
This is H3
This is H4
This is H5
This is H6
Autolink literals
www.example.com, https://example.com, and contact@example.com.
Blockquote
Ces't la vie.
Code Block
print("Hello MDX!")
I love pineapple.
If , then .
The Fibonacci Sequence is the series of numbers:
Callout
tip
This is a tip.
note
Here are some notes.
warning
This is a warning.
danger
DANGER!
info
Here is an information.
Footnote
A note1.
Another note2.
Text Style
strikethrough
italic
bold
Table
| a | b | c | d |
|---|---|---|---|
| 1 | 2 | 3 | 4 |
Tasklist
- to do
- done
hr
React Component
<button onClick={() => alert('button clicked!')}>Click me!</button>