softLineBreak property

bool softLineBreak
final

The soft line break is used to identify the spaces at the end of aline of text and the leading spaces in the immediately following the line of text.

Default these spaces are removed in accordance with the Markdown specification on soft line breaks when lines of text are joined.

Implementation

final bool softLineBreak;