Restore code blocks in notices

This commit is contained in:
Tom Moor
2023-08-01 21:42:19 -04:00
parent 2331bbbd36
commit eda023c908

View File

@@ -26,7 +26,8 @@ export default class Notice extends Node {
default: "info",
},
},
content: "(list | blockquote | hr | paragraph | heading | attachment)+",
content:
"(list | blockquote | hr | paragraph | heading | code_block | code_fence | attachment)+",
group: "block",
defining: true,
draggable: true,