NewLineType

MarkdownSaveOptions.NewLineType property

Specifies whether the generated document should have new lines \r(Macintosh) of \n(Unix) or \r\n(Windows). Default is Unix.

public NewLineType NewLineType { get; set; }

See Also