Skip to content

BlockSuite API Documentation / @blocksuite/blocks / InlineMarkdownMatch

Type alias: InlineMarkdownMatch<TextAttributes>

InlineMarkdownMatch<TextAttributes>: object

Type parameters

TextAttributes extends BaseTextAttributes = BaseTextAttributes

Type declaration

action

action: InlineMarkdownMatchAction<TextAttributes>

name

name: string

pattern

pattern: RegExp

Source

packages/blocks/src/_common/inline/inline-manager.ts:36