We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried :sparkles: but doesn't seem to render it correctly. It renders the text. When the unicode is rendered it displays ok.
:sparkles:
The text was updated successfully, but these errors were encountered:
@OttlikG Example https://codesandbox.io/embed/react-markdown-preview-forked-voioz4?fontsize=14&hidenavigation=1&theme=dark
import React from "react"; import MarkdownPreview from "@uiw/react-markdown-preview"; + import emoji from "remark-emoji"; const source = `## Markdown Preview :sparkles: `; function Demo() { return ( <div data-color-mode="light"> <MarkdownPreview source={source} + remarkPlugins={[emoji]} /> </div> ); }
Sorry, something went wrong.
Yes this solves the issue. Thanks
No branches or pull requests
I've tried
:sparkles:
but doesn't seem to render it correctly. It renders the text. When the unicode is rendered it displays ok.The text was updated successfully, but these errors were encountered: