Better rendering of markdown content in React.
Magicdown is a high-level component of react-markdown, which mainly has built-in plug-ins such as remark-gfm, remark-math, remark-images, rehype-highlight, rehype-katex, etc.
Magicdown uses GitHub-style CSS to improve the layout and beautify the UI of the code block. The a tag adds the target="_blank" attribute.
The properties of the Magicdown component are inherited from react-markdown. For specific parameter documentation, please refer to react-markdown docs.