processOutputHtml property
Determines whether text processing should happen on output HTML, e.g. whether
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;