腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(87)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
gatsby-plugin-mdx
上标和下标支持
我在让一些像<sup>和<sub>这样的超文本标记语言元素与
gatsby-plugin-mdx
一起工作时遇到了麻烦。 plugins: [ resolve: `
gatsby-plugin-mdx
remarkSubSuper = require('remark-sub-super'
浏览 31
修改于2020-02-20
得票数 1
回答已采纳
1
回答
有没有办法在
gatsby-plugin-mdx
查询中获得gatsby-source-filesystem名称?
我正在使用
gatsby-plugin-mdx
创建页面。但我希望基于gatsby-source-filesystem创建不同类型的页面。
浏览 5
修改于2019-11-19
得票数 0
回答已采纳
1
回答
无法从gatsby- MDXRenderer -mdx导入插件
我按照入门指南的说明安装了
gatsby-plugin-mdx
:"npm install --save
gatsby-plugin-mdx
@ mdx -js/mdx @mdx-js/react“这个网站工作得很好import React, { Component } from 'react'import { MdxRenderer } from '
gatsby-plugin-mdx
1)当我将鼠标悬停
浏览 23
提问于2019-10-05
得票数 0
回答已采纳
1
回答
有没有办法在Gatsby中修改MDX的前置内容?
我正在和Gatsby一起使用
gatsby-plugin-mdx
。请注意,gatsby-plugin-draft似乎不修改MDX AST,并且与
gatsby-plugin-mdx
不兼容。
浏览 46
提问于2020-05-04
得票数 1
回答已采纳
1
回答
无法从Gatsby项目中的GraphQL访问MDX文件
/localhost:8000/`, twitter: `james_r_perkins`,}, { }, `gatsby-plugin-sharp`, { resolve: `
gatsby-plugin-mdx
浏览 24
修改于2021-05-24
得票数 1
1
回答
如何使用CSS模块对mdx呈现的元素进行样式处理?
我正在构建带有function的博客,其中post文件是.mdx,我使用
gatsby-plugin-mdx
的MDXRenderer将它们呈现为HTML。import * as React from "react";import { MDXRenderer } from "
gatsby-plugin-mdx
浏览 7
修改于2022-07-09
得票数 1
1
回答
mdx中的代码块由于代码解析而引发错误
我最近将我的gatsby帖子转换为使用
gatsby-plugin-mdx
,在很大程度上,转换是无缝的,但是对于我的一些帖子,我遇到了一个问题-即代码块中的代码正在被解析,以及无法构建这些帖子。
gatsby-plugin-mdx
*似乎*正在解析它,然后失败了,因为它是错误的…… 我怎么才能避免这个问题呢?有没有办法避开这些块,或者我需要使用不同的插件?配置: ... resolve: `
gatsby-plugin-mdx
`, exten
浏览 20
提问于2020-09-24
得票数 0
2
回答
无法解析依赖树Gatsby
我试图通过键入以下命令(来自官方的Gatsby文档),在Gatsby项目中安装MDX及其所有相应的依赖项: npm install
gatsby-plugin-mdx
@mdx-js/mdx@v1 @mdx-js输入npm install --save
gatsby-plugin-mdx
@mdx-js/mdx@v1 @mdx-js/react@v1 --legacy-peer-deps将导致实际安装包,但是,
浏览 2
修改于2022-08-07
得票数 2
1
回答
Gatsby:在MDX中添加的图像在加载时没有模糊效果
我正在使用
gatsby-plugin-mdx
和gatsby-remark-images在MDX中合并图像以用于博客,默认情况下它应该具有Gatsby Image附带的模糊效果 { }, resolve: `
gatsby-plugin-mdx
`
浏览 5
提问于2020-06-05
得票数 1
3
回答
使用npm安装软件包时出错
当我试图通过运行以下命令安装时,我会得到以下错误:误差npm ERR!node_modules/
gatsby-plugin-mdx
npm ERR! gatsby-plugin-
浏览 27
修改于2022-06-21
得票数 1
1
回答
如何用gatsby v4在前端嵌入图像?
使用以下内容的v3示例模板:import React from "react"import { MDXRenderer } from "
gatsby-plugin-mdx
"import但是,使用 v4设置,我不知道如何- /
浏览 12
提问于2022-08-23
得票数 1
3
回答
访问当前页面的前沿信息-- Gatsby/React
.MDX锋前物Title: 'About Us'gatsby-config.js resolve: '
gatsby-plugin-mdx
', options: {
浏览 3
修改于2020-02-09
得票数 0
1
回答
MDX未按预期导出/导入js文件
我试图在使用.js的反应中将一个
gatsby-plugin-mdx
文件加载到标记文件中。./.cache/caches/
gatsby-plugin-mdx
/mdx-scopes-dir/7cd2ab5f9fe4b662b5bb93052ee9e f2c.js试图导入错误:“Test2”未从gatsby-plugin-page-creator", path: `${__dirname}/src/`, },
浏览 3
修改于2021-08-13
得票数 1
回答已采纳
1
回答
不生成锚链接的Gatsby自动链接头
gatsby-config.js `
gatsby-plugin-mdx
`, resolve: `gatsby-source-filesystem`,
浏览 1
修改于2021-03-01
得票数 1
回答已采纳
1
回答
嵌套MDX含量
import * as React from "react";import { MDXProvider
浏览 2
修改于2022-01-17
得票数 0
2
回答
在Gatsby中隐藏/定制父主题的插件
该主题还有一个父核心主题@lekoarts/gatsby-theme-minimal-blog-core,它使用了
gatsby-plugin-mdx
插件。在我自己的博客中,我想更改插件
gatsby-plugin-mdx
的选项,如设置 options: { quality: 90,} 我尝试在我自己的博客的gatsby-config.js中导入
gatsby-plugin-m
浏览 44
修改于2021-02-01
得票数 1
1
回答
无法在gatsby站点中安装和配置MDX转换器插件(和依赖项)
Command-used: npm install
gatsby-plugin-mdx
@mdx-js/mdx@v1 @mdx-js/react@v1npmnode_modules/
gatsby-plugin-mdx
npm ERR!node_modules/
gatsby-plugin-mdx
npm ERR!
浏览 11
修改于2022-07-07
得票数 3
1
回答
Gatsby V4中的默认布局
"@mdx-js/mdx": "^2.1.3","
gatsby-plugin-mdx
": "^4.1.0",node-config.js中的代码- resolve: `
gatsby-plugin-mdx
`, defaultLayouts
浏览 16
提问于2022-09-02
得票数 1
1
回答
内联图像MDX Gatsby
gatsby-transformer-sharp`, `gatsby-remark-images`, resolve: `
gatsby-plugin-mdx
浏览 29
修改于2020-09-21
得票数 2
1
回答
将参数传递给react组件
<p>{content}</p> )} 这允许我(通过使用
gatsby-plugin-mdx
浏览 13
提问于2020-05-07
得票数 1
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
点击加载更多
领券