feat(core): add markdown preview for backlinks (#8883)

This commit is contained in:
EYHN
2024-12-02 03:42:07 +00:00
parent 11b453f4d8
commit cee5d02f71
12 changed files with 292 additions and 83 deletions

View File

@@ -39,7 +39,7 @@ export const PropertyCollapsibleSection = forwardRef<
collapsed?: boolean;
onCollapseChange?: (collapsed: boolean) => void;
}> &
HTMLProps<HTMLDivElement>
Omit<HTMLProps<HTMLDivElement>, 'title'>
>(
(
{