Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 709 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 709 Bytes

Magicdown

Better rendering of markdown content in React.

Introduce

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.

Docs

The properties of the Magicdown component are inherited from react-markdown. For specific parameter documentation, please refer to react-markdown docs.

License

MIT