RemoveEmptyLines

MarkdownSaveOptions.RemoveEmptyLines property

If set to true, removes empty or whitespace-only lines from the final Markdown output. Default is false.

public bool RemoveEmptyLines { get; set; }

See Also