TRVMarkdownProperties.LineWidth

<< Click to display table of contents >>

TRVMarkdownProperties.LineWidth

Specifies the maximal line width in Markdown text saved by TRichView.

property LineWidth: Integer;

(introduced in version 19)

The component wraps text so that every line is at most LineWidth characters long (if possible).

In some content (like ATX headings, tables, footnotes) line breaks are not allowed, so TRichView ignores this property for them.

This value must be large enough to include all necessary indents.

Assign LineWidth = 0 to turn off line wrapping in Markdown files.

This property has a pure cosmetic effect, Markdown readers ignore line breaks.

 

Default value:

80