Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道如何在 Markdown 或 MDX 文件中包含参考链接(位于集中文件中)。
我将 Gatsby 与 MDX 一起使用,并希望将常用链接集中在一个文件中。这个“链接文件”应该包含在帖子中,用 Markdown/MDX 编写。这行不通:
// some-mdx-file.mdx import MyLinkRefs from './link-refs.mdx' [Test Link][ref] <MyLinkRefs />
这可能吗?
谢谢