fix: Restrict content in notices, closes #5624
This commit is contained in:
@@ -17,7 +17,7 @@ export default class BulletList extends Node {
|
||||
get schema(): NodeSpec {
|
||||
return {
|
||||
content: "list_item+",
|
||||
group: "block",
|
||||
group: "block list",
|
||||
parseDOM: [{ tag: "ul" }],
|
||||
toDOM: () => ["ul", 0],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user