AlertBlockParserTryOpen Method

Tries to match a block opening.

Definition

Namespace: Sandcastle.Core.Markdown.Parsers
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
public override BlockState TryOpen(
	BlockProcessor processor
)

Parameters

processor  BlockProcessor
The parser processor.

Return Value

BlockState
The result of the match

Implements

IBlockParser.TryOpen(UTP)

See Also