Compare commits

...

1 Commits

Author SHA1 Message Date
Abdullah Atta
f977443b14 editor: disallow links in inline code 2023-10-24 12:47:15 +05:00

View File

@@ -263,7 +263,7 @@ const useTiptap = (
OutlineListItem,
OutlineList.configure({ keepAttributes: true, keepMarks: true }),
ListItem,
Code.extend({ excludes: "" }),
Code.extend({ excludes: "link" }),
Codemark,
MathInline,
MathBlock,