Files
yn/test/md/mdx-basic.mdx
T

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')
```