Minor markdown tweak

This commit is contained in:
2021-07-30 03:36:40 +10:00
parent 6130337846
commit 85456e0892
+1 -1
View File
@@ -28,7 +28,7 @@ const Markdown = props => {
}
return (
<ReactMarkdown rehypePlugins={[rehypeRaw]} escapeHtml={false} props={{...props}}>{contentHook}</ReactMarkdown>
<ReactMarkdown rehypePlugins={[rehypeRaw]} props={{...props}}>{contentHook}</ReactMarkdown>
);
};