standardSpaceShorcutEvents top-level property
These all the common SpaceShortcutEvent that are implemented by the package and correspond with markdown syntax
Implementation
final standardSpaceShorcutEvents =
List<SpaceShortcutEvent>.unmodifiable(<SpaceShortcutEvent>[
formatOrderedNumberToList,
formatHyphenToBulletList,
formatHeaderToHeaderStyle,
formatHeader2ToHeaderStyle,
formatHeader3ToHeaderStyle,
]);