HarryChen0506 / react-markdown-editor-lite

a light-weight Markdown editor based on React. 一款轻量的基于React的markdown编辑器
https://harrychen0506.github.io/react-markdown-editor-lite/
MIT License
1.02k stars 160 forks source link

Pass this.props.className to MdEditor #237

Closed daveteu closed 2 years ago

daveteu commented 2 years ago

add this.props.className to render function

Issue: https://github.com/HarryChen0506/react-markdown-editor-lite/issues/236

This opens MdEditor to easier customization to the entire component.