feature(core): add exit handling for marks (#2925)
* feat(core): add exit handling for marks * docs(core): add information about exitable marks
This commit is contained in:
@@ -44,6 +44,8 @@ export const Code = Mark.create<CodeOptions>({
|
||||
|
||||
code: true,
|
||||
|
||||
exitable: true,
|
||||
|
||||
parseHTML() {
|
||||
return [
|
||||
{ tag: 'code' },
|
||||
|
||||
Reference in New Issue
Block a user