FencedBlockParserBase Class

Definition

Base parser for fenced blocks (opened by 3 or more character delimiters on a first line, and closed by at least the same number of delimiters)

public abstract class FencedBlockParserBase<T> : FencedBlockParserBase, IBlockParser<BlockProcessor>, IMarkdownParser<BlockProcessor>, IAttributesParseable where T : Block, IFencedBlock

Type parameters

T
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)

Methods (5)