You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`If your Markdown file contains HTML, excerpt will not return a value. In that case, you can set an excerpt_separator to an HTML tag. Edit your Markdown files to include that HTML tag after the text you’d like to appear in the excerpt.`
20
20
),
21
-
plugins:
22
-
_CFLAGS_.GATSBY_MAJOR===`4`
23
-
? Joi.subPlugins().description(
24
-
`A list of remark plugins. See also: https://github.com/gatsbyjs/gatsby/tree/master/examples/using-remark for examples`
25
-
)
26
-
: Joi.array()
27
-
.items(
28
-
Joi.string(),
29
-
Joi.object({
30
-
resolve: Joi.string(),
31
-
options: Joi.object({}).unknown(true),
32
-
})
33
-
)
34
-
.default([])
35
-
.description(
36
-
`A list of remark plugins. See also: https://github.com/gatsbyjs/gatsby/tree/master/examples/using-remark for examples`
37
-
),
21
+
plugins: Joi.subPlugins().description(
22
+
`A list of remark plugins. See also: https://github.com/gatsbyjs/gatsby/tree/master/examples/using-remark for examples`
0 commit comments