如何防止 Froala Editor 将空格转换为不间断的空格?
How to keep Froala Editor from converting whitespaces to non breaking whitespaces?
想要保留 space 并且不让 Froala 将其转换为
this.html.insert('<a href="/">My New HTML </a>');
现在的结果是:
<a href="/link">My New HTML </a>
尝试将 htmlUntouched
选项设置为 true
Leave the HTML inside the editor untouched without doing any special
processing to it except HTML cleaning.
https://froala.com/wysiwyg-editor/docs/options/#htmlUntouched
想要保留 space 并且不让 Froala 将其转换为
this.html.insert('<a href="/">My New HTML </a>');
现在的结果是:
<a href="/link">My New HTML </a>
尝试将 htmlUntouched
选项设置为 true
Leave the HTML inside the editor untouched without doing any special processing to it except HTML cleaning.
https://froala.com/wysiwyg-editor/docs/options/#htmlUntouched