标签: tinymce
我在congfig文件中有这个以防止<p>元素
<p>
force_br_newlines: true, force_p_newlines: false, forced_root_block: '',
当我点击回车键时,我能够插入<br/>,但我也希望表单中的<p>元素作为默认元素,并由我输入的内容包装。
<br/>