add content to the extensions overview, improve the basic example

This commit is contained in:
Hans Pagel
2020-08-31 17:34:09 +02:00
parent 30483257d1
commit f8e907783d
8 changed files with 63 additions and 30 deletions

View File

@@ -8,7 +8,7 @@ export default class CodeBlock extends Node {
schema(): NodeSpec {
return {
content: 'text*',
marks: '',
marks: '',
group: 'block',
code: true,
defining: true,