We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f02f5c commit ec68b19Copy full SHA for ec68b19
CHANGELOG.rst
@@ -1,9 +1,13 @@
1
Changelog
2
=========
3
4
-0.0.21 (development)
+0.0.22 (development)
5
--------------------
6
7
+0.0.21
8
+------
9
+* Fix p on enter
10
+
11
0.0.20
12
------
13
* Update tinymce4 to 4.7.9
tinymce_4/static/tinymce_4/settings/full/settings.js
@@ -6,6 +6,8 @@ var tinySettings = {
valid_elements: '*[*]',
valid_children: '+a[h1|h2|h3|h4|h5|h6|p|span|div|img]',
forced_root_block: false,
+ force_br_newlines: false,
+ force_p_newlines: true,
height: '350px',
language_url: '',
0 commit comments