Why do I see highlighted code in the editor, while the code in the preview is plain?
Code
import "@uiw/react-markdown-editor/markdown-editor.css";
import "@uiw/react-markdown-preview/markdown.css";
[...]
<MarkdownEditor
value={value}
onChange={(value, viewUpdate) => {
setValue(value);
}}
renderPreview={() => (
<MarkdownEditor.Markdown
source={value}
/>
)}
/>
Result

Why do I see highlighted code in the editor, while the code in the preview is plain?
Code
Result
