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.03k stars 160 forks source link

[Question]怎么开启只读模式,只展示预览框,不展示编辑框 #289

Open XinYueXiao opened 1 year ago

XinYueXiao commented 1 year ago

只想默认展示预览 image

lush-99 commented 1 year ago

ref?.current?.setView({ menu: false, html: true, md: false })