Table of Contents

Property NewLine

Namespace
DocWright.Formats.Markdown
Assembly
DocWright.Formats.Markdown.dll

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

string

Exceptions

ArgumentNullException

The value is null.

ArgumentException

The value is not "\n" or "\r\n".