ProcessInlines Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets or sets a value indicating whether Lines must be processed as inline into the Inline property.

public bool ProcessInlines { get; set; }

Returns