exclusiveBlockKeys property

Set<String> exclusiveBlockKeys
final

Implementation

static final Set<String> exclusiveBlockKeys = LinkedHashSet.of({
  Attribute.header.key,
  Attribute.list.key,
  Attribute.codeBlock.key,
  Attribute.blockQuote.key,
});