Update: markdown format to detect
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -73,7 +73,7 @@ module.exports = {
|
||||
// Replace all HTML comments with empty strings as these are not supported by MDXv2.
|
||||
return fileContent.replace(/<!--.*?-->/gs, '');
|
||||
},
|
||||
format: 'md',
|
||||
format: 'detect',
|
||||
},
|
||||
webpack: {
|
||||
jsLoader: isServer => ({
|
||||
|
||||
Reference in New Issue
Block a user