Files
yn/test/md/mdx-basic.mdx
T
2026-05-01 09:59:19 +08:00

11 lines
142 B
Plaintext

# MDX Basic
This `.mdx` file should be treated like Markdown in the editor and preview.
- item one
- item two
```js
console.log('mdx')
```