Module

paste-from-office/filters/br

@ckeditor/ckeditor5-paste-from-office/src/filters/br

module

Filtering

Functions

  • transformBlockBrsToParagraphs( documentFragment, writer ) → void

    Transforms <br> elements that are siblings to some block element into a paragraphs.

    Parameters

    documentFragment : DocumentFragment

    The view structure to be transformed.

    writer : UpcastWriter

    Returns

    void