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,
  listPattern,
];