A delegates that allows to process attached attributes at BlockParser time.
public delegate bool TryParseAttributesDelegate(BlockProcessor processor, ref StringSlice slice, IBlock block);
The processor.
The slice to look for attached attributes.
The block.
true if attributes were found; otherwise false