mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-25 12:38:57 +02:00
feat(core): add siteConfig.markdown.emoji
config option to disable remark-emoji
(#11282)
This commit is contained in:
parent
96c38d5fdd
commit
e14caf1f78
7 changed files with 87 additions and 9 deletions
|
@ -95,7 +95,7 @@ async function createProcessorFactory() {
|
|||
headings,
|
||||
{anchorsMaintainCase: options.markdownConfig.anchors.maintainCase},
|
||||
],
|
||||
emoji,
|
||||
...(options.markdownConfig.emoji ? [emoji] : []),
|
||||
toc,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue