react-markdown-editor-lite
react-markdown-editor-lite copied to clipboard
[Question]怎么开启只读模式,只展示预览框,不展示编辑框
只想默认展示预览
ref?.current?.setView({ menu: false, html: true, md: false })