Enum NewLineKind

    Package: grammarkdown

    Indicates the token to use for line terminators during emit.

    Fields

    Name Value Description
    CarriageReturnLineFeed 1

    Lines should be terminted with a carriage-return followed by a line-feed (DOS-style).

    LineFeed 0

    Lines should be terminated with a line-feed (Unix-style).

    Generated by DocFX