Property NewLine
NewLine
Gets or sets the line ending. Defaults to "\n", which is what every Markdown
tool writes and what keeps output identical across the four target frameworks.
public string NewLine { get; set; }
Property Value
Exceptions
- ArgumentNullException
The value is null.
- ArgumentException
The value is not "\n" or "\r\n".