Explorar o código

Docs: Mention issues fixed by space normalization. [skip ci]

Krzysztof Krztoń %!s(int64=7) %!d(string=hai) anos
pai
achega
a420952c76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-paste-from-office/src/filters/space.js

+ 1 - 1
packages/ckeditor5-paste-from-office/src/filters/space.js

@@ -11,7 +11,7 @@
  * Replaces last space preceding elements closing tag with ` `. Such operation prevents spaces from being removed
  * during further DOM/View processing (see especially {@link module:engine/view/domconverter~DomConverter#_processDataFromDomText}).
  * This method also takes into account Word specific `<o:p></o:p>` empty tags.
- * Additionally multiline sequences of spaces and new lines between tags are removed.
+ * Additionally multiline sequences of spaces and new lines between tags are removed (see #39 and #40).
  *
  * @param {String} htmlString HTML string in which spacing should be normalized.
  * @returns {String} Input HTML with spaces normalized.