文件名称:gatsby-plugin-mdx-frontmatter:Gatsby中使用MDX解析Markdown前题的实用程序
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-31 22:13:49
JavaScript
gatsby-plugin-mdx-frontmatter 使用在Gatsby中使用MDX解析Markdown前题的实用程序 该软件包包含共享的工作。 安装 yarn add gatsby-plugin-mdx-frontmatter 用法 将以下内容添加到您的gatsby-config.js : plugins: [ { resolve : 'gatsby-plugin-mdx-frontmatter' } , ... ] 我们要将MDX附加到以下示例markdown文件: --- title: My article items: - value: >- Item 1 **value** - value: >- Item 2 <Button>React-powered button</Button> - value:
【文件预览】:
gatsby-plugin-mdx-frontmatter-master
----gatsby-node.js(909B)
----LICENSE(1KB)
----README.md(2KB)
----index.js(8B)
----package.json(685B)