Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/docusaurus-theme-classic/src/getSwizzleConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,13 @@ export default function getSwizzleConfig(): SwizzleConfig {
description:
'The component used to render <img> tags and Markdown images in MDX',
},
'MDXComponents/Li': {
actions: {
eject: 'safe',
wrap: 'safe',
},
description: 'The component used to render <li> tags in MDX',
},
'MDXComponents/Pre': {
actions: {
eject: 'safe',
Expand Down
Loading