HasValidSpan(Boolean) Method

Definition

Assembly Markdig.dll

Checks whether this container span is valid with respect to child inline spans.

public bool HasValidSpan(bool recursive = false)

Parameters

recursive
Boolean

When true, validates descendant container inline spans recursively.

Returns

Boolean
true when this container span contains all direct child spans and recursive checks (if enabled) succeed; otherwise, false.