in TinyMCE-被撕碎了的回忆的回答
in TinyMCE
I have initialised TinyMCE as follows. I want to force line breaks when user presses enter and not the paragraphs. I\'m trying following, but not working. I\'m using TinyMCE ve
Instead try:
force_p_newlines : false, force_br_newlines : true, convert_newlines_to_brs : false, remove_linebreaks : true,