revert merge weirdness

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-02-17 16:20:31 -05:00
parent 98788a72e0
commit 06be41012b
+1 -1
View File
@@ -69,7 +69,7 @@ module.exports = {
],
],
markdown: {
preprocessor({ filePath, fileContent }) {
preprocessor({ fileContent }) {
// Replace all HTML comments with empty strings as these are not supported by MDXv2.
return fileContent.replace(/<!--.*?-->/gs, '');
},