fix code block marks
This commit is contained in:
@@ -8,7 +8,7 @@ export default class CodeBlock extends Node {
|
|||||||
schema(): NodeSpec {
|
schema(): NodeSpec {
|
||||||
return {
|
return {
|
||||||
content: 'text*',
|
content: 'text*',
|
||||||
marks: 'italic',
|
marks: '',
|
||||||
group: 'block',
|
group: 'block',
|
||||||
code: true,
|
code: true,
|
||||||
defining: true,
|
defining: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user