processOutputHtml property

bool processOutputHtml
final

Determines whether text processing should happen on output HTML, e.g. whether


is returned as "". For reference, Summernote uses that HTML as the default HTML (when no text is in the editor).

The default value is true.

Implementation

final bool processOutputHtml;