plain.md
# plain markdown
一些.mdx
# some mdx file
include './plain.md'
结果文件
# some mdx file
# plain markdown
如何使用 mdxjs 做这样的事情?
哦,这实际上是在他们的文档中。前段时间被称为隐蔽。
import License from './license.md'
import Contributing from './docs/contributing.mdx'
# Hello, world!
<License />
---
<Contributing />