TryParseAttributesDelegate Delegate

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

A delegates that allows to process attached attributes at BlockParser time.

public delegate bool TryParseAttributesDelegate(BlockProcessor processor, ref StringSlice slice, IBlock block);

Parameters

processor
BlockProcessor

The processor.

slice
StringSlice

The slice to look for attached attributes.

block
IBlock

The block.

Returns

Boolean
true if attributes were found; otherwise false