mirror of
https://github.com/purocean/yn.git
synced 2026-09-01 15:37:16 +08:00
11 lines
142 B
Plaintext
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')
|
|
```
|