Explorar o código

Internal: Added support for more formatting attributes in remove format feature.

Marek Lewandowski %!s(int64=6) %!d(string=hai) anos
pai
achega
bc3ea7d1d9

+ 4 - 0
packages/ckeditor5-remove-format/src/removeformatcommand.js

@@ -14,6 +14,10 @@ const removedAttributes = [
 	'bold',
 	'italic',
 	'underline',
+	'strikethrough',
+	'code',
+	'subscript',
+	'superscript',
 	'highlight'
 ];