Removed unused value from docusaurus file

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2024-02-13 17:36:17 +05:30
parent ebe7afad9d
commit ac9e4774e5
+1 -1
View File
@@ -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, '');
},