blocksInList property

List<RegExp> blocksInList
final

A list of patterns that can start a valid block within a list item.

Implementation

static final blocksInList = [_blockquotePattern, _headerPattern, _hrPattern, _indentPattern, _ulPattern, _olPattern];