add new syntax to all packages
This commit is contained in:
@@ -23,23 +23,23 @@ export function defaultExtensions(options: {
|
||||
heading: HeadingOptions,
|
||||
}) {
|
||||
return [
|
||||
Dropcursor(),
|
||||
Gapcursor(),
|
||||
Document(),
|
||||
History(options?.history),
|
||||
Paragraph(),
|
||||
Text(),
|
||||
Bold(),
|
||||
Italic(),
|
||||
Code(),
|
||||
CodeBlock(options?.codeBlock),
|
||||
Heading(options?.heading),
|
||||
HardBreak(),
|
||||
Strike(),
|
||||
Blockquote(),
|
||||
HorizontalRule(),
|
||||
BulletList(),
|
||||
OrderedList(),
|
||||
ListItem(),
|
||||
Dropcursor,
|
||||
Gapcursor,
|
||||
Document,
|
||||
History.set(options?.history),
|
||||
Paragraph,
|
||||
Text,
|
||||
Bold,
|
||||
Italic,
|
||||
Code,
|
||||
CodeBlock.set(options?.codeBlock),
|
||||
Heading.set(options?.heading),
|
||||
HardBreak,
|
||||
Strike,
|
||||
Blockquote,
|
||||
HorizontalRule,
|
||||
BulletList,
|
||||
OrderedList,
|
||||
ListItem,
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user