uiwjs / react-markdown-preview

React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style. Support dark-mode/night mode.
https://uiwjs.github.io/react-markdown-preview
MIT License
281 stars 49 forks source link

.wmde-markdown md global style intrusion #261

Open NieZhuZhu opened 8 months ago

NieZhuZhu commented 8 months ago

Is it possible to put this css style into the .wmde-markdown class package? The styles imported by react-markdown-preview have a higher priority, but variables such as --color-prettylights-syntax-entity-tag are not under the global body tag. If the user uses prism to highlight code blocks, the following code causes prism highlighting to be unavailable. https://github.com/uiwjs/react-markdown-preview/blob/master/core/src/styles/markdown.less#L1084-L1176 image

jaywcjlove commented 8 months ago

@NieZhuZhu upgrade v5.0.9