XmlDocMarkdownSettings.NewLine property

Indicates the newline used in the output.

public string? NewLine { get; set; }

Remarks

Defaults to "\r\n" or "\n", depending on the platform.

See Also