We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc11d4 commit a1bc321Copy full SHA for a1bc321
packages/preset-commonmark/src/node/list-item.ts
@@ -118,7 +118,7 @@ withMeta(sinkListItemCommand, {
118
/// * List item 1
119
/// * List item 2
120
/// ```
121
-export const liftListItemCommand = $command('SplitListItem', ctx => () => liftListItem(listItemSchema.type(ctx)))
+export const liftListItemCommand = $command('LiftListItem', ctx => () => liftListItem(listItemSchema.type(ctx)))
122
123
withMeta(liftListItemCommand, {
124
displayName: 'Command<liftListItemCommand>',
0 commit comments