diff --git a/core/filter.js b/core/filter.js index 00017da4e29..be89dd0ee1e 100644 --- a/core/filter.js +++ b/core/filter.js @@ -72,6 +72,7 @@ // Add editor's default rules. this.allow( 'p br', 1 ); this.allow( allowedContent, 1 ); + this.allow( editor.config.extraAllowedContent, 1 ); // // Add filter listeners to toHTML and toDataFormat events.