react-md-editor
react-md-editor copied to clipboard
Allow MDEditor and MDEditor.Markdown to render without CSS styles
I'm looking to use the instance of MDEditor and MDEditor.Markdown without any CSS styling applied to the preview output. I can't find anything in the documentation that would allow a user to instantiate without CSS styles.
Is it possible to use the MDEditor and MDEditor.Markdown without any CSS styling applied?
Use the babel plugin to remove auto-imported css. https://github.com/uiwjs/babel-plugin-transform-remove-imports
Or custom styles override default styles.
@BinaryJim
- editor style: https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-md-editor/file/markdown-editor.css
- markdown preview style: https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-markdown-preview/file/markdown.css @BinaryJim