Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试将一些文本从 Word 或记事本粘贴到我的 WYSIWYG 编辑器(imperavi)时,它会为每个新行分配<p></p>标签。是否可以将其配置为用 just 标记新行<br/>?我尝试过使用其他编辑器,但每次都会发生同样的事情:记事本中的新行 - 编辑器中的新段落。
<p></p>
<br/>
(浏览器:野生动物园)
在 FireFox 中一切正常。新队 -<br/>
当然,你需要设置配置:
tinyMCE.init({ ... force_br_newlines : true, force_p_newlines : false, forced_root_block : '' // Needed for 3.x });