EmptyLineAfterCodeBlock Property

Definition

Assembly Markdig.dll

Adds an empty line after a code block (fenced and tabbed). Default is true

public bool EmptyLineAfterCodeBlock { get; set; }

Returns