We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ebbc1 commit 95ff9cfCopy full SHA for 95ff9cf
packages/plugins/preset-commonmark/src/node/list-item.ts
@@ -21,7 +21,7 @@ withMeta(listItemAttr, {
21
/// Schema for list item node.
22
export const listItemSchema = $nodeSchema('list_item', (ctx) => ({
23
group: 'listItem',
24
- content: '(paragraph|blockquote) block*',
+ content: 'paragraph block*',
25
attrs: {
26
label: {
27
default: '•',
0 commit comments