mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
editor: disallow links in inline code
This commit is contained in:
@@ -263,7 +263,7 @@ const useTiptap = (
|
||||
OutlineListItem,
|
||||
OutlineList.configure({ keepAttributes: true, keepMarks: true }),
|
||||
ListItem,
|
||||
Code.extend({ excludes: "" }),
|
||||
Code.extend({ excludes: "link" }),
|
||||
Codemark,
|
||||
MathInline,
|
||||
MathBlock,
|
||||
|
||||
Reference in New Issue
Block a user