Hello Blog
- Published on
Test page for the mdx blog post
Images

H2 title
H3 title
H4 title
H5 title
- list 1
- list 2
Some code:
const test = "hello world";
Some code with line numbers and highlight:
function fancyAlert(arg) {
if (arg) {
$.facebox({ div: '#foo' })
}
}
bold text and italic text
quote
Mermaid
<Mermaid chart={`flowchart LR
A --> B
A --> C`}>
</Mermaid>
flowchart LR
A --> B
A --> C