-
|
Hi! I am using And this is how I am using it: <ReactMarkdown
remarkPlugins={[remarkGfm]}
rehypePlugins={[rehypeRaw, rehypeSanitize]}
>
{content}
</ReactMarkdown>Since I am using I would like to know how can I configure Would also like to know why |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Style isn’t safe. You probably shouldn’t.... If you‘re going to do unsafe things, don’t use rehype-sanitize |
Beta Was this translation helpful? Give feedback.
Style isn’t safe. You probably shouldn’t....
dataprotocols aren’t safe either.If you‘re going to do unsafe things, don’t use rehype-sanitize