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
marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting {mangle: false}.
marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting {headerIds: false}.
I've done as the message suggests, I installed both packages, but the warnings are still there.
I saw there were discussions about warning messages in the past, but I think those threads are outdated since the solutions suggested there are only applicable to older versions.
The old thread suggested that we needed to default mangle parameter to false, but that parameter is removed from the marked.use input object interface since version 8.
Do you have any valid solution to this issue?
Edit: Canceling this as I found dependency in the project that used lower version of Marked.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two warning messages in console:
{mangle: false}
.{headerIds: false}
.I've done as the message suggests, I installed both packages, but the warnings are still there.
I saw there were discussions about warning messages in the past, but I think those threads are outdated since the solutions suggested there are only applicable to older versions.
The old thread suggested that we needed to default mangle parameter to false, but that parameter is removed from the marked.use input object interface since version 8.
Do you have any valid solution to this issue?
Edit: Canceling this as I found dependency in the project that used lower version of Marked.
Beta Was this translation helpful? Give feedback.
All reactions