Removed unused value from docusaurus file
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
@@ -69,7 +69,7 @@ module.exports = {
|
||||
],
|
||||
],
|
||||
markdown: {
|
||||
preprocessor({ filePath, fileContent }) {
|
||||
preprocessor({ fileContent }) {
|
||||
// Replace all HTML comments with emtpy strings as these are not supported by MDXv2.
|
||||
return fileContent.replace(/<!--.*?-->/gs, '');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user