fix: custom color extension markdown rule added now (#6471)
This commit is contained in:
parent
6003c88d62
commit
940b5e4e44
1 changed files with 13 additions and 0 deletions
|
|
@ -93,6 +93,19 @@ export const CustomColorExtension = Mark.create({
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
addStorage() {
|
||||||
|
return {
|
||||||
|
markdown: {
|
||||||
|
serialize: {
|
||||||
|
open: "",
|
||||||
|
close: "",
|
||||||
|
mixable: true,
|
||||||
|
expelEnclosingWhitespace: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
},
|
||||||
|
|
||||||
parseHTML() {
|
parseHTML() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue