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
Editing marked.js in bin directory based on this piece from the official documentation seemed to have worked and the warnings disappeared, but if someone could please confirm that this is a supported operation and it won't be wiped out on the next update that would be really helpful.
// Set options
marked.use({
mangle: false,
headerIds: false,
});
using marked as a globally installed module gives you a warning that asks you to set mangle option to false.
How do you do that? Is there a config file to change such options?
Sorry, if it's a noob question...
The text was updated successfully, but these errors were encountered: