如何在 mdx 文件中包含降价文件 (md)



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 />

相关内容

  • 没有找到相关文章

最新更新