standardCharactersShortcutEvents top-level property

List<CharacterShortcutEvent> standardCharactersShortcutEvents
final

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