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
I wish to support a subset of Markdown whilst continuing to render the original text as it were. Using allowedTypes in conjunction with unwrapDisallowed works for most cases e.g Strong and Emph but not code.
I wish to support a subset of Markdown whilst continuing to render the original text as it were. Using
allowedTypesin conjunction withunwrapDisallowedworks for most cases e.gStrongandEmphbut not code.Am I missing something?
Thanks