indentableBlockTypes top-level property

Set<String> indentableBlockTypes
final

Implementation

final indentableBlockTypes = {
  BulletedListBlockKeys.type,
  NumberedListBlockKeys.type,
  TodoListBlockKeys.type,
  ParagraphBlockKeys.type,
};