mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-16 10:37:20 +02:00
feat(mdx): support recma plugins (#10241)
This commit is contained in:
parent
4ad425a88f
commit
cc506c8950
18 changed files with 45 additions and 0 deletions
|
@ -19,6 +19,7 @@ export {
|
|||
PluginIdSchema,
|
||||
RemarkPluginsSchema,
|
||||
RehypePluginsSchema,
|
||||
RecmaPluginsSchema,
|
||||
AdmonitionsSchema,
|
||||
RouteBasePathSchema,
|
||||
URISchema,
|
||||
|
|
|
@ -36,6 +36,7 @@ const MarkdownPluginsSchema = Joi.array()
|
|||
|
||||
export const RemarkPluginsSchema = MarkdownPluginsSchema;
|
||||
export const RehypePluginsSchema = MarkdownPluginsSchema;
|
||||
export const RecmaPluginsSchema = MarkdownPluginsSchema;
|
||||
|
||||
export const AdmonitionsSchema = JoiFrontMatter.alternatives()
|
||||
.try(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue