standardCharactersShortcutEvents top-level property
These all the common CharacterShortcutEvents that are implemented by the package and correspond with markdown syntax
Implementation
final standardCharactersShortcutEvents =
List<CharacterShortcutEvent>.unmodifiable(<CharacterShortcutEvent>[
formatAsterisksToItalic,
formatStrikeToStrikethrough,
formatCodeCharToInlineCode,
formatDoubleAsterisksToBold,
formatDoubleUnderscoresToBold,
]);