You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.warn(yellow(`[MDX] ${bold(plugin[0])} not applied.`));
96
+
logger.warn(`${bold(plugin[0])} not applied.`);
97
97
hasInvalidPlugin=true;
98
98
}else{
99
99
validPlugins.push(plugin);
100
100
}
101
101
}
102
102
if(hasInvalidPlugin){
103
-
console.warn(
103
+
logger.warn(
104
104
`To inherit Markdown plugins in MDX, please use explicit imports in your config instead of "strings." See Markdown docs: https://docs.astro.build/en/guides/markdown-content/#markdown-plugins`
0 commit comments