RemoveAfterProcessInlines Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets or sets a value indicating whether this block must be removed from its container after inlines have been processed.

public bool RemoveAfterProcessInlines { get; set; }

Returns