Match(InlineProcessor, ref StringSlice) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Tries to match the specified slice.

public abstract bool Match(InlineProcessor processor, ref StringSlice slice)

Parameters

processor
InlineProcessor

The parser processor.

slice
StringSlice

The text slice.

Returns

Boolean
true if this parser found a match; false otherwise